3.59. s3d_vector_length

#include <s3d.h>

float s3d_vector_length( float vector[] );

Calculates and returns the length of the given vector (which should be of the type float[3]). More info on wikipedia.