element.getRotation: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
|endpoint = server
|endpoint = server
|type = method
|type = method
|class = Transformable
|class = Element
|name = getRotation
|name = getRotation
|parameters = void
|parameters = void
|returnTypes = Vec3
|returnTypes = Vec3
|usage = fetch the 3D rotation for the transformable, in XYZ euler angles, in radians
|usage = fetch the 3D rotation for the element, in XYZ euler angles, in radians
|returnInfo = a Vec3 containing the rotation of the transformable, in XYZ euler angles, in radians
|returnInfo = a Vec3 containing the rotation of the element, in XYZ euler angles, in radians
|returnFail1 = Vec3 Vec3(0.0,0.0,0.0)
|returnFail1 = Vec3 Vec3(0.0,0.0,0.0)
|notes = This function is computationally expensive, use [[Entity.heading|Entity.heading]] instead if you only need to fetch the Z rotation.
|notes = This function is computationally expensive, use [[Entity.heading|Entity.heading]] instead if you only need to fetch the Z rotation.
}}
}}
2,591

edits