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