GetInverseRotatedVector
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 2: | Line 2: | ||
Returns the inverse rotated vector according to the object current matrix. | Returns the inverse rotated vector according to the object current matrix. | ||
+ | |||
+ | {{lua-function-param|object|object to operate on}} | ||
+ | {{lua-function-param|vector|vector}} | ||
vec = getInverseRotatedVector(object, vec3(x, y, z)) | vec = getInverseRotatedVector(object, vec3(x, y, z)) |
Latest revision as of 00:20, 9 February 2014
getInverseRotatedVector(object, vector)
Returns the inverse rotated vector according to the object current matrix.
-
object
: object to operate on -
vector
: vector
vec = getInverseRotatedVector(object, vec3(x, y, z))