MovingBlocks / TeraMath

Experimental standalone math and stuff. Automation category: Terasology Library
Apache License 2.0
13 stars 11 forks source link

Add libgdx helper methods to TeraMath #47

Closed pollend closed 7 years ago

pollend commented 7 years ago

This is related to my changes in regards to physics. The physics branch in Terasology removes most of the dependencies related to javax math. I like this implementation better over the MathUtility class within the Terasology engine that serves to convert from TeraMath -> libgdx. I also added a Vector4 implementation since that does not seem to exist within libgdx.

pollend commented 7 years ago

If I can figure out how to get this to work correctly then there is really no need for this mapping: https://github.com/MovingBlocks/Terasology/pull/3121