vvecmath

VVecMath

License

License

GroupId

GroupId

eu.mihosoft.vvecmath
ArtifactId

ArtifactId

vvecmath
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

vvecmath
VVecMath
Project URL

Project URL

https://github.com/miho/VVecMath
Source Code Management

Source Code Management

https://github.com/miho/VVecMath.git

Download vvecmath

How to add to project

<!-- https://jarcasting.com/artifacts/eu.mihosoft.vvecmath/vvecmath/ -->
<dependency>
    <groupId>eu.mihosoft.vvecmath</groupId>
    <artifactId>vvecmath</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mihosoft.vvecmath/vvecmath/
implementation 'eu.mihosoft.vvecmath:vvecmath:0.4.0'
// https://jarcasting.com/artifacts/eu.mihosoft.vvecmath/vvecmath/
implementation ("eu.mihosoft.vvecmath:vvecmath:0.4.0")
'eu.mihosoft.vvecmath:vvecmath:jar:0.4.0'
<dependency org="eu.mihosoft.vvecmath" name="vvecmath" rev="0.4.0">
  <artifact name="vvecmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mihosoft.vvecmath', module='vvecmath', version='0.4.0')
)
libraryDependencies += "eu.mihosoft.vvecmath" % "vvecmath" % "0.4.0"
[eu.mihosoft.vvecmath/vvecmath "0.4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

VVecMath

Download Javadocs Java CI with Gradle

Vector math package used by JCSG, VRL and VMF.

How to Build VVecMath

Requirements

  • Java >= 1.8 (currently tested with Java 11)
  • Internet connection (dependencies are downloaded automatically)
  • IDE: Gradle Plugin (not necessary for command line usage)

IDE

Open the VVecMath Gradle project in your favourite IDE (tested with NetBeans 8.2) and build it by calling the assemble task.

Command Line

Navigate to the Gradle project (e.g., path/to/VVecMath) and enter the following command

Bash (Linux/OS X/Cygwin/other Unix-like shell)

bash gradlew assemble

Windows (CMD)

gradlew assemble

Versions

Version
0.4.0
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2