Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 555 Bytes

Description Build Status

This is a lightweight library for geometrical operations in 3D cartesian coordinate systems written in Java.

Usage

This project supports maven. You can either download the .jar file to use it directly, or add the following dependency to your pom.xml.

<dependency>
    <groupId>es.usc.citius</groupId>
    <artifactId>spatial-utils</artifactId>
    <version>1.0</version>
</dependency>