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