GetTransformedVector
(Difference between revisions)
(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...") |
Dahnielson (Talk | contribs) |
||
Line 2: | Line 2: | ||
vec = getTransformedVector(object, vec3(x, y, z)) | vec = getTransformedVector(object, vec3(x, y, z)) | ||
+ | |||
+ | [[Category:Lua scripting]] |
Revision as of 18:03, 4 February 2014
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))