فهرست منبع

Clarify why quaternions are used

Omar Shehata 5 سال پیش
والد
کامیت
6acd9d0d05
2فایلهای تغییر یافته به همراه4 افزوده شده و 6 حذف شده
  1. 2 3
      docs/api/en/math/Quaternion.html
  2. 2 3
      docs/api/zh/math/Quaternion.html

+ 2 - 3
docs/api/en/math/Quaternion.html

@@ -12,9 +12,8 @@
 
 		<p class="desc">
 			Implementation of a [link:http://en.wikipedia.org/wiki/Quaternion quaternion].
-			This is used for [link:https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation rotating things]
-			without encountering the dreaded
-			[link:http://en.wikipedia.org/wiki/Gimbal_lock gimbal lock] issue, amongst other
+			This is used for [link:https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation describing rotations]
+			more concisely compared to 3x3 matrices, amongst other
 			advantages.
 		</p>
 

+ 2 - 3
docs/api/zh/math/Quaternion.html

@@ -12,9 +12,8 @@
 
 		<p class="desc">
 			Implementation of a [link:http://en.wikipedia.org/wiki/Quaternion quaternion].
-			This is used for [link:https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation rotating things]
-			without encountering the dreaded
-			[link:http://en.wikipedia.org/wiki/Gimbal_lock gimbal lock] issue, amongst other
+			This is used for [link:https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation describing rotations]
+			more concisely compared to 3x3 matrices, amongst other
 			advantages.
 		</p>