Vector2 Clamp( Vector2 otherMin, Vector2 otherMax )

Summary

Returns a vector each axis of which is clamped to between the 2 given vectors. Basically clamps a point to a square.

Vector2 Clamp( float min, float max )

Summary

Returns a vector each axis of which is clamped to given min and max values.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.