Moai SDK
1.5 revision 1 (MoaiEdition)
|
Function List | |
getWorldDir | |
getWorldLoc | |
getWorldRot | |
getWorldScl |
Returns the normalized direction vector of the transform. This value is returned in world space so includes parent transforms (if any).
function getWorldDir ( MOAITransformBase self )
self | ( MOAITransformBase ) |
Get the transform's location in world space.
function getWorldLoc ( MOAITransformBase self )
self | ( MOAITransformBase ) |
Get the transform's rotation in world space.
function getWorldRot ( MOAITransformBase self )
self | ( MOAITransformBase ) |
Get the transform's scale in world space.
function getWorldScl ( MOAITransformBase self )
self | ( MOAITransformBase ) |