pex-gl / pex-math

Array-based vector, quaternion and matrix math with utils for PEX.
MIT License
14 stars 2 forks source link

clamp does unnecessary undefined check #2

Closed vorg closed 9 years ago

vorg commented 9 years ago

What's the use case for Utils.clamp(value, min)? Clamp even as an object in real life grabs stuff from two sides.