XYZ.Normalize
Description:
Returns a new XYZ whose coordinates are the normalized values from this vector.
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).
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.
No comments yet. Start the discussion.
Loading…