<-Back

Function: Unitize-Vector

UNITIZE-VECTOR unit vector

Returns the normalized unit-length vector corresponding to vector.

arguments:
vector 3D Vector
keyword arguments:
espsilon Number, Default Value: *ZERO-EPSILON*
How close vector should be to 1.0 to be considered unit-length

<-Back