GetTransformedVector
(Difference between revisions)
Anael (Talk | contribs)
(Created page with "Returns the transformed vector according to the object's current matrix :<br>mainly used to transform a local coordinate vector in global coordinate vec = getTransformedVect...")
Newer edit →
(Created page with "Returns the transformed vector according to the object's current matrix :<br>mainly used to transform a local coordinate vector in global coordinate vec = getTransformedVect...")
Newer edit →
Revision as of 15:46, 5 February 2013
Returns the transformed vector according to the object's current matrix :
mainly used to transform a local coordinate vector in global coordinate
vec = getTransformedVector(object, vec3(x, y, z))