Overview:
- Fixed a bug in the
DVector3.cross()
.
Detailed list of changes from CHANGELOG:
- Fix DVector3.cross() returning always 0. #128
- Fix JUnit test lint. #130
- Fix Demo window size to minimum 640x480. #131
- Add javadoc to indicate that angular velocity is given in radians. #132