Locator item which contains the position and orientation of the locator array.

Public Attributes#

float

X-axis coordinate of the locator.

float

Y-axis coordinate of the locator.

float

Z-axis coordinate of the locator.

float

X-axis rotation of the locator (Euler angles) in degrees.

float

Y-axis rotation of the locator (Euler angles) in degrees.

float

Z-axis rotation of the locator (Euler angles) in degrees.

Public Attribute Documentation#

coordinate_x#

float sl_rtl_loc_locator_item::coordinate_x

X-axis coordinate of the locator.


coordinate_y#

float sl_rtl_loc_locator_item::coordinate_y

Y-axis coordinate of the locator.


coordinate_z#

float sl_rtl_loc_locator_item::coordinate_z

Z-axis coordinate of the locator.


orientation_x_axis_degrees#

float sl_rtl_loc_locator_item::orientation_x_axis_degrees

X-axis rotation of the locator (Euler angles) in degrees.


orientation_y_axis_degrees#

float sl_rtl_loc_locator_item::orientation_y_axis_degrees

Y-axis rotation of the locator (Euler angles) in degrees.


orientation_z_axis_degrees#

float sl_rtl_loc_locator_item::orientation_z_axis_degrees

Z-axis rotation of the locator (Euler angles) in degrees.