Vector math package used by JCSG, VRL and VMF.
- Java >= 1.8 (currently tested with Java 11)
- Internet connection (dependencies are downloaded automatically)
- IDE: Gradle Plugin (not necessary for command line usage)
Open the VVecMath Gradle project in your favourite IDE (tested with NetBeans 8.2) and build it
by calling the assemble task.
Navigate to the Gradle project (e.g., path/to/VVecMath) and enter the following command
bash gradlew assemble
gradlew assemble