CigiPositionResponse Class
Inherits from: | CigiIGPacket |
CigiPositionResponse Class
Members
void SetObjectID ( int id ) #
Sets the value of the Object ID parameter to be specified in the packet.Arguments
- int id - Object ID parameter value.
void SetPartID ( int id ) #
Sets the value of the Part ID parameter to be specified in the packet.Arguments
- int id - Part ID parameter value.
void SetObjectClass ( int c ) #
Sets the value of the Object Class parameter to be specified in the packet.Arguments
- int c - Object Class parameter value. The following values are supported:
- 0 - Entity.
- 1 - Articulated Part.
- 2 - View.
- 3 - View Group.
- 4 - Motion Tracker.
void SetCoordSystem ( int s ) #
Sets the value of the Coordinate System parameter to be specified in the packet.Arguments
- int s - Coordinate System parameter value. The following values are supported:
- 0 - Geodetic coordinate system.
- 1 - Local entity coordinate system
- 2 - Local submodel coordinate system
void SetPosition ( dvec3 p ) #
Sets the values of parameters that determine the Position to be specified in the packet.Arguments
- dvec3 p - Position coordinates.
- For geodetic coordinate system: (Lat, Lon, Alt)
- For local coordinate systems: (X-offset, Y-offset, Z-offset)
void SetRotation ( vec3 r ) #
Sets the values of parameters that determine the Rotation to be specified in the packet.Arguments
- vec3 r - Rotation euler angles: (Roll, Pitch, Yaw).
Last update:
2023-03-15
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)