VectorMagnitude
From NWN Lexicon
Contents |
[edit] VectorMagnitude(vector)
Determines the magnitute of a vector.
float VectorMagnitude( vector vVector );
[edit] Parameters
vVector
[edit] Description
Returns the magnitude of vVector (which can be used to determine the distance between two points) and 0.0f on any error.
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis