Hello Ever1
Does someone knows if theres a General Purpose Math Library somewhere ? I mean, not as general as javax.vecmath.
I often have problems with simple math operations like rotating one point around another, measuring one box’s left side angle compared to another one ( OR something like that). I know I will never learn the math behind this so I’ve had my cousin over to help me quite a few times (he is a math wizz AND a java wizz too ).
I dont wanna spend next 5 years learning this (Though it would be fun, but time…) so I would like to know if there are (Java) ibraries around like that ? I know there SHOULD be since no doubt these kind of problems are very common in 3D game programming.
Just a simple yet extensive library for common 3D Math operations in games…