File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1995,7 +1995,7 @@ impl {{ self_t }} {
19951995 angle * math::signum(self.perp_dot(rhs))
19961996 }
19971997{% elif dim == 3 %}
1998- /// Returns the angle (in radians) between two vectors.
1998+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
19991999 ///
20002000 /// The inputs do not need to be unit vectors however they must be non-zero.
20012001 #[inline]
Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ impl Vec3A {
819819 Self ( self . 0 . mul_add ( a. 0 , b. 0 ) )
820820 }
821821
822- /// Returns the angle (in radians) between two vectors.
822+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
823823 ///
824824 /// The inputs do not need to be unit vectors however they must be non-zero.
825825 #[ inline]
Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ impl Vec3A {
861861 Self ( unsafe { vfmaq_f32 ( b. 0 , self . 0 , a. 0 ) } )
862862 }
863863
864- /// Returns the angle (in radians) between two vectors.
864+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
865865 ///
866866 /// The inputs do not need to be unit vectors however they must be non-zero.
867867 #[ inline]
Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ impl Vec3A {
864864 )
865865 }
866866
867- /// Returns the angle (in radians) between two vectors.
867+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
868868 ///
869869 /// The inputs do not need to be unit vectors however they must be non-zero.
870870 #[ inline]
Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ impl Vec3A {
869869 )
870870 }
871871
872- /// Returns the angle (in radians) between two vectors.
872+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
873873 ///
874874 /// The inputs do not need to be unit vectors however they must be non-zero.
875875 #[ inline]
Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ impl Vec3 {
854854 )
855855 }
856856
857- /// Returns the angle (in radians) between two vectors.
857+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
858858 ///
859859 /// The inputs do not need to be unit vectors however they must be non-zero.
860860 #[ inline]
Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ impl Vec3A {
832832 )
833833 }
834834
835- /// Returns the angle (in radians) between two vectors.
835+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
836836 ///
837837 /// The inputs do not need to be unit vectors however they must be non-zero.
838838 #[ inline]
Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ impl DVec3 {
854854 )
855855 }
856856
857- /// Returns the angle (in radians) between two vectors.
857+ /// Returns the angle (in radians) between two vectors in the range `[0, +π]` .
858858 ///
859859 /// The inputs do not need to be unit vectors however they must be non-zero.
860860 #[ inline]
You can’t perform that action at this time.
0 commit comments