diff --git a/src/lib.rs b/src/lib.rs index 9faa55a..2268f2a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -662,9 +662,6 @@ impl Vqf { /// /// This will reset both the gyroscope and accelerometer quaternions, /// reinitialize the bias estimation, and reset all filter states. - /// - /// # Parameters - /// - `quat`: The quaternion to reset the orientation to. pub fn reset_orientation(&mut self, quat: UnitQuaternion) { // Reset quaternions self.state.gyroscope = quat;