Releases: BooleanCube/jgmp
Releases · BooleanCube/jgmp
JGMP v1.0.3
2D Physics bug fixing
JUnit Testing for 2d Physics Library
Full Changelog: v1.0.2...v1.0.3
JGMP v1.0.2
Bug fixes with non final static 2D Vector variables with changeable values.
2D Direction Vectors and static ZERO and ONE Vectors have been turned into functions where a new vector is returned everytime the function is called. (Still static functions)
Full Changelog: v1.0.1...v1.0.2
JGMP v1.0.1
Bug fixes with 2D Vectors and 2D Rays Mathematics
Full Changelog: v1.0.0...v1.0.1
JGMP v1.0.0
- Basic 2D Vectors
- Basic 2D Shape Models and Collision Detection
- Basic 2D Kinematics Models
- Basic Float Mathematics
Full Changelog: https://github.com/BooleanCube/jgmp/commits/v1.0.0