Difference between revisions of "GetVectorMagnitude"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetVectorMagnitude
 
|name=GetVectorMagnitude

Latest revision as of 18:05, 24 February 2010

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