BlueObelisk / euclid

A Java library for 2D and 3D geometric calculations.
Apache License 2.0
2 stars 3 forks source link
hacktoberfest

CML Euclid

Maven Central Build Status DOI codecov

A library of numeric, geometric and XML routines

Euclid was written ca. 1994 as Java had no useful libraries then. Much of the functionality is now present in Apache and other libraries and in an ideal world Euclid maths and geometry could be replaced. However, there are additions that are valuable.

It's used a lot in CML tools (JUMBO, JUMBO-converters) and also AMI (for extracting semantics from PDFs).

Releases

Instructions to increase the version:

mvn versions:set -DnewVersion=2.10-SNAPSHOT

Deploy to Sonatype with the following commands, for snapshots and releases respectively:

mvn clean deploy