We should probably figure out a new name for this class as without the THREE namespace, it conflicts with the built in JavaScript Math class.
See here:
https://github.com/mrdoob/three.js/blob/dev/src/math/Math.js
[ ] ...
[x] All of them
[ ] Internet Explorer
[x] All of them
Probably not a great idea, but why not use the British 'Maths'?
Here are som synonyms of math from google:
Not very helpful though I guess...
Maybe we could have a few, more specific, classes and call them Math2D
/Math3D
etc.
How about MathUtils? (I've used that name before in similar situations.)
@fraguada Not just British, but correct as well: "Math(ematic)s." But a vote for MathUtils, nonetheless.
Usually i would call this MathUtils (i actually do call it MathUtils in my IDKwGL library).
Just bump into this right now. I wish we could go back in time...
Most helpful comment
How about MathUtils? (I've used that name before in similar situations.)