![]() |
VectorNav .NET Library
|
Class representing the Gyro Compensation register. More...
Public Member Functions | |
| GyroCompensationRegister () | |
| Creates a new GyroCompensationRegister with default initialization values. More... | |
| GyroCompensationRegister (mat3f c, vec3f b) | |
| Creates a new GyroCompensationRegister with the provided values. More... | |
Public Attributes | |
| mat3f | C |
| The C field. More... | |
| vec3f | B |
| The B field. More... | |
Class representing the Gyro Compensation register.
| VectorNav.Sensor.GyroCompensationRegister.GyroCompensationRegister | ( | ) |
Creates a new GyroCompensationRegister with default initialization values.
Creates a new GyroCompensationRegister with the provided values.
| c | Value to initialize the C field with. |
| b | Value to initialize the B field with. |
| vec3f VectorNav.Sensor.GyroCompensationRegister.B |
The B field.
| mat3f VectorNav.Sensor.GyroCompensationRegister.C |
The C field.
1.8.10