Returns a modified copy of this vector, with its length clamped from minLength to maxLength
If the vector has length zero, then the copy does too
overload 1:
Vector4:clamped(minLength, maxLength)
Method Property | Fluent Description | Representation |
minLength accepts | a Number | |
maxLength accepts | a Number | |
Return Value | a Vector4 | |