From b6780443b85030d8e2661a3264a2ced0215e2ac6 Mon Sep 17 00:00:00 2001 From: Gijs de Jong Date: Tue, 12 Nov 2024 09:21:17 +0100 Subject: [PATCH] improve docs --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) 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;