diff --git a/src/geometry/quaternion_construction.rs b/src/geometry/quaternion_construction.rs index 175275d4..a59d3030 100644 --- a/src/geometry/quaternion_construction.rs +++ b/src/geometry/quaternion_construction.rs @@ -374,7 +374,8 @@ where } /// The unit quaternion needed to make `a` and `b` be collinear and point toward the same - /// direction. + /// direction. Returns `None` if both `a` and `b` are collinear and point to opposite directions, as then the + /// rotation desired is not unique. /// /// # Example /// ```