JEometry
A Java based Geometry toolkit. This library enable to deal with 2D/3D points, meshes and various algorithm.
Usage
JEometry is available at Maven Central.
To import the library just add the following dependency to your maven project:
<!-- The Jeometry API that contains all interfaces -->
<dependency>
<groupId>org.jorigin</groupId>
<artifactId>jeometry-api</artifactId>
<version>1.0.3</version>
</dependency>
<!-- The Jeometry Simple implementation -->
<dependency>
<groupId>org.jorigin</groupId>
<artifactId>jeometry-simple</artifactId>
<version>1.0.3</version>
</dependency>
For a quick overwiew ot the library, please refer to the Getting Started.
For more information, tutorials and advanced uses, please check the Wiki.
Changes:
see changelog for details.