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