-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.in
24 lines (18 loc) · 948 Bytes
/
README.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## jtensors
The `jtensors` package package implements a set of vector and matrix types,
intended for use in computer graphics software.
## Features
* 2D, 3D, and 4D immutable vector types in `float` and `double` versions.
* 2D, 3D, and 4D immutable vector types in `int` and `long` versions.
* 4D immutable quaternion types in `float` and `double` versions.
* 2x2, 3x3, and 4x4 mutable matrix types in `float` and `double` 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](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
* ISC license.
## Usage
See the [documentation](https://www.io7m.com/software/jtensors).