Coordinate system functions
- Java 99.8%
- CSS 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo | ||
| com.io7m.jcoords.core | ||
| com.io7m.jcoords.tests | ||
| src/site/resources | ||
| .gitignore | ||
| .gitmodules | ||
| doc7m-books.json | ||
| pom.xml | ||
| README-CHANGES.xml | ||
| README-LICENSE.txt | ||
| README.in | ||
| README.md | ||
jcoords
jcoords
The jcoords package provides simple and fast pre/postcondition and invariant
checking functions.
Features
- Functions for converting between Cartesian coordinate systems.
- Written in pure Java 21.
- High coverage test suite.
- OSGi-ready
- JPMS-ready
- ISC license.
Usage
Use the CAxis and CAxisSystemConversions classes to obtain transformation
matrices to transform vectors in one coordinate system convention to another.
