JVM | Platform | Status |
---|---|---|
OpenJDK (Temurin) Current | Linux | |
OpenJDK (Temurin) LTS | Linux | |
OpenJDK (Temurin) Current | Windows | |
OpenJDK (Temurin) LTS | Windows |
The jtensors
package package implements a set of vector and matrix types,
intended for use in computer graphics software.
- 2D, 3D, and 4D immutable vector types in
float
anddouble
versions. - 2D, 3D, and 4D immutable vector types in
int
andlong
versions. - 4D immutable quaternion types in
float
anddouble
versions. - 2x2, 3x3, and 4x4 mutable matrix types in
float
anddouble
versions. - Phantom-typed variants of all types for statically distinguishing between semantically different but otherwise type-compatible vectors and matrices.
- Fully documented (Javadoc).
- Massive battery of tests for checking the behaviour of matrix/vector implementations.
- 100% automated unit test coverage.
- OSGi-ready
- JPMS-ready
- ISC license.
See the documentation.