UnitizeVector Function

Top  Previous  Next

Description

Returns the unit vector by dividing the given vector by its own magnitude.

 

This function has been Deprecated. Please use [Array].Normalized() instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

UnitizeVector(Array vector)

Array

Returns the unit vector by dividing the given vector by its own magnitude.

 

 

See also

Functions