Length
(Difference between revisions)
Anael (Talk | contribs)
(Created page with "Returns the length of a 3d vector (sqrt(x*x + y*y + z*z)) : L = length(vec3(x, y, z))")
Newer edit →
(Created page with "Returns the length of a 3d vector (sqrt(x*x + y*y + z*z)) : L = length(vec3(x, y, z))")
Newer edit →
Revision as of 14:43, 5 February 2013
Returns the length of a 3d vector (sqrt(x*x + y*y + z*z)) :
L = length(vec3(x, y, z))