2027 Method
Changes 0
M

XYZ.Normalize

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