logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_vector_length - calculate length of vector

Author

SimonWunderlich
           Author of s3d

s3d                                                                                         S3D_VECTOR_LENGTH(3)

Description

       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)

Name

       s3d_vector_length - calculate length of vector

Synopsis

#include<s3d.h>floats3d_vector_length(constfloatvector[]);

See Also