Layer:getPose

Edit

Returns the position and orientation of the layer.

x, y, z, angle, ax, ay, az = Layer:getPose()

Arguments

None

Returns

NameTypeDescription
xnumber The x position.
ynumber The y position.
znumber The z position.
anglenumber The amount of rotation around the axis of rotation, in radians.
axnumber The x component of the axis of rotation.
aynumber The y component of the axis of rotation.
aznumber The z component of the axis of rotation.

Notes

Units are in meters.

See also