You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: