Unigine::Cigi::ICigiTrajectoryDef Class
Header: | #include <CigiClientInterface.h> |
Inherits: | ICigiHostPacket |
This class represents the CIGI Trajectory Definition packet interface.
CIGI plugin must be loaded.
ICigiTrajectoryDef Class
Members
int getEntityID()
Returns the entity ID specified in the packet.Return value
Entity ID.const Math::vec3& getAcceleration()
Returns the coordinates of the accceleration vector specified in the packet.Return value
Acceleration vector of the entity.float getRetardationRate()
Returns the value of the Retardation Rate parameter specified in the packet.Return value
Retardation Rate parameter value. 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.
float getTerminalVelocity()
Returns the value of the Terminal Velocity parameter specified in the packet.Return value
Terminal Velocity parameter value. Determines the maximum velocity the entity can obtain.Last update: 2017-10-20
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)