![]() |
VectorNav C++ Library
|
Structure representing the Delta Theta and Delta Velocity register. More...
#include <registers.h>
Public Member Functions | |
| DeltaThetaAndDeltaVelocityRegister (float deltaTimeIn, vn::math::vec3f deltaThetaIn, vn::math::vec3f deltaVelocityIn) | |
| Creates an initializes a new DeltaThetaAndDeltaVelocityRegister structure. More... | |
Public Attributes | |
| float | deltaTime |
| The deltaTime field. | |
| vn::math::vec3f | deltaTheta |
| The deltaTheta field. | |
| vn::math::vec3f | deltaVelocity |
| The deltaVelocity field. | |
Structure representing the Delta Theta and Delta Velocity register.
|
inline |
Creates an initializes a new DeltaThetaAndDeltaVelocityRegister structure.
| [in] | deltaTimeIn | Value to initialize the deltaTime field with. |
| [in] | deltaThetaIn | Value to initialize the deltaTheta field with. |
| [in] | deltaVelocityIn | Value to initialize the deltaVelocity field with. |
1.8.10