Releases: nickscha/geom
Releases · nickscha/geom
geom :: second release (0.0.2)
The second release of the geom libary with draft cascading tranforms and double types
Maven Dependency
<dependency>
<groupId>com.github.nickscha</groupId>
<artifactId>geom</artifactId>
<version>0.0.2</version>
</dependency>
Roadmap
- Integer type support
- Enhance Javadocs
- Streamline types
Sonatype-Nexus:
https://oss.sonatype.org/#nexus-search;quick~com.github.nickscha
geom :: initial release (0.0.1)
Initial Release of the geom libary 0.0.1.
The first release of the geom libary with Quaternion, Matrices and Vector support for floats.
Maven Dependency
<dependency>
<groupId>com.github.nickscha</groupId>
<artifactId>geom</artifactId>
<version>0.0.1</version>
</dependency>
Roadmap
- Double type support (Mat4d, Quatd, Vec3d, ...)
- Integer type support
- Add cascading Transform class for translating, scaling and rotating matrices based on their parent matrices.
- Enhance Javadocs
- Streamline types
Sonatype-Nexus:
https://oss.sonatype.org/#nexus-search;quick~com.github.nickscha