Citrus-Engine
Citrus-Engine copied to clipboard
MathUtils
move geometry related functions outside of MathUtils and create GeomUtils (?) Consider extracting commonly used functions into 'the global scope' , for example random(min,max) to be accessed directly like we use setTimeout() instead of having to write MathUtils.random(min,max)
Also set Inline attributes to functions