Vector4 Clamp( Vector4 otherMin, Vector4 otherMax )

Summary

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

Vector4 Clamp( float min, float max )

Summary

Returns a vector each axis of which is clamped to given min and max values.

static Vector4 Clamp( Vector4 value, Vector4 min, Vector4 max )

Summary

Restricts a vector between a minimum and a maximum value.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.