Layer:getOrientation
EditReturns the orientation of the layer.
angle, ax, ay, az = Layer:getOrientation()
Arguments
None
Returns
Name | Type | Description |
angle | number | The amount of rotation around the axis of rotation, in radians. |
ax | number | The x component of the axis of rotation. |
ay | number | The y component of the axis of rotation. |
az | number | The z component of the axis of rotation. |