Gyroscope Linear Sensor Measurement Interpolator
class GyroscopeLinearSensorMeasurementInterpolator(copyIfNotInitialized: Boolean = true) : LinearSensorMeasurementInterpolator<GyroscopeSensorMeasurement> , GyroscopeSensorMeasurementInterpolator
Gyroscope linear interpolator.
Properties
Functions
Link copied to clipboard
open override fun interpolate(currentMeasurement: GyroscopeSensorMeasurement, timestamp: Long, result: GyroscopeSensorMeasurement): Boolean
Interpolates provided current measurement.
Link copied to clipboard
Pushes previous measurement into collection of processed measurements.