diff --git a/src/geometry/rotation_specialization.rs b/src/geometry/rotation_specialization.rs index 46a9627a..bdd8212f 100644 --- a/src/geometry/rotation_specialization.rs +++ b/src/geometry/rotation_specialization.rs @@ -247,8 +247,7 @@ impl Rotation3 { /// graphics community. /// /// # Arguments - /// * eye - The eye position. - /// * target - The target position. + /// * dir - The direction toward which the camera looks. /// * up - A vector approximately aligned with required the vertical axis. The only /// requirement of this parameter is to not be collinear to `target - eye`. #[inline] @@ -266,8 +265,7 @@ impl Rotation3 { /// graphics community. /// /// # Arguments - /// * eye - The eye position. - /// * target - The target position. + /// * dir - The direction toward which the camera looks. /// * up - A vector approximately aligned with required the vertical axis. The only /// requirement of this parameter is to not be collinear to `target - eye`. #[inline]