compareTo
Allows to compare which Vector2 has greater overall length.
Return
1 if this vector has greater length. 0 if vectors are equal. -1 if the other vector is greater.
Parameters
vector2
will be compared to this vector.
Allows to compare which Vector3 has greater overall length.
Return
1 if this vector has greater length. 0 if vectors are equal. -1 if the other vector is greater.
Parameters
vector3
will be compared to this vector.
Allows to compare which Vector4 has greater overall length.
Return
1 if this vector has greater length. 0 if vectors are equal. -1 if the other vector is greater.
Parameters
vector4
will be compared to this vector.