Length
From MaratisWiki
Revision as of 18:23, 4 February 2014 by Dahnielson (Talk | contribs)
Returns the length of a 3d vector (sqrt(x*x + y*y + z*z)) :
L = length(vec3(x, y, z))
Returns the length of a 3d vector (sqrt(x*x + y*y + z*z)) :
L = length(vec3(x, y, z))