VectorMagnitude(vector)

Determines the magnitute of a vector.

float VectorMagnitude(
    vector vVector
);

Parameters

vVector


Description

Returns the magnitude of vVector (which can be used to determine the distance between two points) and 0.0f on any error.



Version

1.22

See Also

functions: Vector
categories: Movement Functions


 author: Tom Cassiotis