CigiTrajectoryDef Class
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to- Sim
SDK edition to use it.
You should upgrade to
Header: | #include <plugins/UnigineCIGIConnector.h> |
Inherits from: | CigiHostPacket |
CigiTrajectoryDef Class
Members
int getEntityID ( ) const#
Returns the entity ID specified in the packet.Return value
Entity ID.Math::vec3 getAcceleration ( ) const#
Returns the coordinates of the accceleration vector specified in the packet.Return value
Acceleration vector of the entity.float getRetardationRate ( ) const#
Returns the value of the Retardation Rate parameter specified in the packet. Determines the magnitude of an acceleration applied against the entity’s instantaneous linear velocity vector. This is used to simulate drag and other frictional forces acting upon the entity.Return value
Retardation Rate parameter value.float getTerminalVelocity ( ) const#
Returns the value of the Terminal Velocity parameter specified in the packet. Determines the maximum velocity the entity can obtain.Return value
Terminal Velocity parameter value.Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)