Home

Awesome

VVecMath

Javadocs Java CI with Gradle <a href="https://foojay.io/today/works-with-openjdk"> <img align="right" src="https://github.com/foojayio/badges/raw/main/works_with_openjdk/Works-with-OpenJDK.png" width="100"> </a>

<br>

Vector math package used by JCSG, VRL and VMF.

How to Build VVecMath

Requirements

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