Skip to content

Commit

Permalink
Corrected typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultbarbie authored and sebcrozet committed Oct 1, 2019
1 parent 8d89b02 commit 48f8333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/quaternion_construction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ impl<N: RealField> UnitQuaternion<N> {
/// let q3 = UnitQuaternion::from_euler_angles(0.1, 0.0, 0.0);
///
/// let quat_vec = vec![q1, q2, q3];
/// let q_mean = UnitQuaternion::mean_of(zero_vec);
/// let q_mean = UnitQuaternion::mean_of(quat_vec);
///
/// let euler_angles_mean = q_mean.euler_angles();
/// assert_relative_eq!(euler_angles_mean.0, 0.0, epsilon = 1.0e-7)
Expand Down

0 comments on commit 48f8333

Please sign in to comment.