s3d_vector_length
calculate length of vector
- Provided by: s3d-doc (Version: 0.2.2.1-6build3)
- Source: s3d
- Report a bug
calculate length of vector
#include <s3d.h>
float s3d_vector_length(const float vector[]);
Calculates and returns the length of the given vector (which should be of the type float[3]). More info on wikipedia http://en.wikipedia.org/wiki/Vector_(spatial)
Simon Wunderlich