element.getRotation
Jump to navigation
Jump to search
getRotation
Signature: void getRotation(void)
Usage: fetch the 3D rotation for the element, in XYZ euler angles, in radians.
Note: This function is depreciated, please use the element.rotation property instead.
Return
void
On failure: Vec3 Vec3(0.0,0.0,0.0)