Math Utilities written in Java
Implements fundamental functions like fract and dot.
Implements various noise-generating functions.
Implements functions to hash numbers.
Implements functions for converting bounded integer vectors into long hashes and unhashing them.
Implements various geometry-focused functions.
Implements functions for generating random numbers.
Implements 3d splines
This library currently depends on the JOML math library
<dependency>
<groupId>io.github.studiorailgun</groupId>
<artifactId>MathUtils</artifactId>
<version>1.5.1</version>
</dependency>