Citrus-Engine icon indicating copy to clipboard operation
Citrus-Engine copied to clipboard

MathUtils

Open gsynuh opened this issue 8 years ago • 0 comments

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

gsynuh avatar Nov 15 '16 23:11 gsynuh