-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
Milestone
Description
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