MagnetometerSensorMeasurement

constructor(other: MagnetometerSensorMeasurement)

Copy constructor.

Parameters

other

instance to copy from.


constructor(bx: Float = 0.0f, by: Float = 0.0f, bz: Float = 0.0f, hardIronX: Float? = null, hardIronY: Float? = null, hardIronZ: Float? = null, timestamp: Long = 0, accuracy: SensorAccuracy? = null, sensorType: MagnetometerSensorType = MagnetometerSensorType.MAGNETOMETER_UNCALIBRATED)