DaVikingCode / Citrus-Engine

Modern AS3 Game Engine
http://citrusengine.com/
Other
549 stars 231 forks source link

MathUtils #295

Open gsynuh opened 7 years ago

gsynuh commented 7 years ago

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