2027 Method
Changes 0
M

UV.Normalize

Description:
Returns a new UV whose coordinates are the normalized values from this vector.
Remarks:
Normalized indicates that the length of this vector equals one (a unit vector).
public UV Normalize()
UV The normalized UV or zero if the vector is almost Zero.