GetVectorMagnitude

From Dragon Age Toolset Wiki
Jump to: navigation, search

Returns the magnitude of a vector.

float GetVectorMagnitude(
vector vVector
);
Parameters:
vVector
The vector to calculate the magnitude of
Returns:

Returns the floating point magnitude of the vector.

Source:

script.ldf

Description

Returns the magnitude of the vector vVector. This is also known as the length of the vector.


See also

Vector, GetVectorNormalize