Remove mention to the eye and target on the unit quaternion look_at_* methods.

This commit is contained in:
sebcrozet 2018-10-20 11:37:22 +02:00 committed by Sébastien Crozet
parent f6cd81b028
commit 5ea612ef96
1 changed files with 2 additions and 4 deletions

View File

@ -247,8 +247,7 @@ impl<N: Real> Rotation3<N> {
/// 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<N: Real> Rotation3<N> {
/// 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]