Source:getPose

Edit

Returns the position and orientation of the Source.

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

Arguments

None

Returns

NameTypeDescription
xnumber The x position of the Source, in meters.
ynumber The y position of the Source, in meters.
znumber The z position of the Source, in meters.
anglenumber The number of radians the Source is rotated around its axis of rotation.
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.

See also