Cyrus Mod Loader
Loading...
Searching...
No Matches
MoveCommandArc Class Reference

#include <MoveCommandArc.h>

Inheritance diagram for MoveCommandArc:

Public Member Functions

Vector3D getVVelocity ()
 
void setVVelocity (Vector3D val)
 
Vector3D getVGravity ()
 
void setVGravity (Vector3D val)
 
float getFUpdateFreq ()
 
void setFUpdateFreq (float val)
 
double getDElapsedTime ()
 
void setDElapsedTime (double val)
 

Member Function Documentation

◆ getDElapsedTime()

double MoveCommandArc::getDElapsedTime ( )
inline

◆ getFUpdateFreq()

float MoveCommandArc::getFUpdateFreq ( )
inline

◆ getVGravity()

Vector3D MoveCommandArc::getVGravity ( )
inline

◆ getVVelocity()

Vector3D MoveCommandArc::getVVelocity ( )
inline

◆ setDElapsedTime()

void MoveCommandArc::setDElapsedTime ( double val)
inline

◆ setFUpdateFreq()

void MoveCommandArc::setFUpdateFreq ( float val)
inline

◆ setVGravity()

void MoveCommandArc::setVGravity ( Vector3D val)
inline

◆ setVVelocity()

void MoveCommandArc::setVVelocity ( Vector3D val)
inline