Skip to content
JOrigin edited this page Apr 1, 2020 · 5 revisions

Jeometry: a Java based mathematical and geometrical library


This library is dedicated to mathematics (with a particular focus on matrices) and to geometry. The aim of Jeometry is to provide interfaces to unify mathematical and geometric computations or representation. All the work is delegated to underlying implementations without having to take care of it for the end user / developper.

If you want a quick introduction you can refer to the Getting Started

This wiki describes various usages of the library.

  1. Integrating Jeometry to a Maven project
  2. Mathematics
  3. Points and points containers
  4. Mesh
  5. Developping specific implementation
Clone this wiki locally