Open OfficerYoda opened 2 weeks ago
The usecase i thought of when creating this issue were the world to screen/screen to world conversion methods in RenderUtil.kt. From what i think know it would be better to just have extension functions of the Vector2 class which are called: toScreenSpace and toWorldSpace.
Some small frequently used functions can be made inline to increase performance.