Watch
2
0
Fork
You've already forked jcoords
0
Coordinate system functions
  • Java 99.8%
  • CSS 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mark Raynsford 545037dc4e
Some checks are pending
main-RHEL10-x86_64-jdk25 / Build (push) Waiting to run
main-RHEL10-x86_64-jdk26 / Build (push) Waiting to run
main-RHEL9-x86_64-jdk25 / Build (push) Waiting to run
main-RHEL9-x86_64-jdk26 / Build (push) Waiting to run
Update workflows.
2026-07-31 18:42:54 +01:00
.forgejo Update workflows. 2026-07-31 18:42:54 +01:00
com.io7m.jcoords.core Begin next development iteration. 2024-05-11 17:45:27 +00:00
com.io7m.jcoords.tests Begin next development iteration. 2024-05-11 17:45:27 +00:00
src/site/resources Update site metadata. 2025-08-09 15:06:03 +00:00
.gitignore Update .gitignore. 2024-05-07 16:01:42 +00:00
.gitmodules Move to new organization. 2024-04-29 21:08:33 +00:00
doc7m-books.json Add doc7m-books.json 2026-07-31 18:36:45 +01:00
pom.xml Migrate project. 2026-06-27 10:09:08 +01:00
README-CHANGES.xml Mark release 3.0.0 2024-05-11 17:45:15 +00:00
README-LICENSE.txt Update LICENSE 2023-08-13 21:07:23 +00:00
README.in Migrate project. 2026-06-27 10:09:08 +01:00
README.md Migrate project. 2026-06-27 10:09:08 +01:00

jcoords

Maven Central Maven Central (snapshot) Java Version

com.io7m.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.