![]() |
VectorNav C++ Library
|
Structure representing the Gyro Compensation register. More...
#include <registers.h>
Public Member Functions | |
| GyroCompensationRegister (vn::math::mat3f cIn, vn::math::vec3f bIn) | |
| Creates an initializes a new GyroCompensationRegister structure. More... | |
Public Attributes | |
| vn::math::mat3f | c |
| The c field. | |
| vn::math::vec3f | b |
| The b field. | |
Structure representing the Gyro Compensation register.
|
inline |
Creates an initializes a new GyroCompensationRegister structure.
| [in] | cIn | Value to initialize the c field with. |
| [in] | bIn | Value to initialize the b field with. |
1.8.10