Make a Normalized Vector

Normalizes a vector. By definition, the resulting vector has the same direction as the source vector, but has a magni- tude of 1.

 

Input Arguments

 

0

Vector

Input Vector

The source vector to normalize.

 

Return Arguments

 

1

Vector

Resultant Vector

The resulting normalized vector.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.