Browse Source

Remove attempt to justify quaternions because it's too nuanced to explain in the doc

Omar Shehata 5 years ago
parent
commit
6108666bea
2 changed files with 2 additions and 6 deletions
  1. 1 3
      docs/api/en/math/Quaternion.html
  2. 1 3
      docs/api/zh/math/Quaternion.html

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

@@ -12,9 +12,7 @@
 
 		<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 describing rotations]
-			more concisely compared to 3x3 matrices, amongst other
-			advantages.
+			This is used for [link:https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation rotating things].
 		</p>
 
 

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

@@ -12,9 +12,7 @@
 
 		<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 describing rotations]
-			more concisely compared to 3x3 matrices, amongst other
-			advantages.
+			This is used for [link:https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation rotating things].
 		</p>