FreeWRL / FreeX3D 4.3.0
DeadReckoningParameter Struct Reference

Data Fields

unsigned char deadReckoningAlgorithm
 enumeration of what dead reckoning algorighm to use
 
char otherParameters [15]
 other parameters to use in the dead reckoning algorithm
 
struct Vector3Float entityLinearAcceleration
 Linear acceleration of the entity.
 
struct Vector3Float entityAngularVelocity
 angular velocity of the entity
 

Detailed Description

Definition at line 734 of file DIS.h.

Field Documentation

◆ deadReckoningAlgorithm

unsigned char DeadReckoningParameter::deadReckoningAlgorithm

enumeration of what dead reckoning algorighm to use

Definition at line 736 of file DIS.h.

◆ entityAngularVelocity

struct Vector3Float DeadReckoningParameter::entityAngularVelocity

angular velocity of the entity

Definition at line 742 of file DIS.h.

◆ entityLinearAcceleration

struct Vector3Float DeadReckoningParameter::entityLinearAcceleration

Linear acceleration of the entity.

Definition at line 740 of file DIS.h.

◆ otherParameters

char DeadReckoningParameter::otherParameters[15]

other parameters to use in the dead reckoning algorithm

Definition at line 738 of file DIS.h.


The documentation for this struct was generated from the following file: