Selaa lähdekoodia

Update wrong description of Quaternion.inverse

Joe Pea 6 vuotta sitten
vanhempi
commit
ee7db730d6
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      docs/api/en/math/Quaternion.html

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

@@ -115,8 +115,7 @@
 
 		<h3>[method:Quaternion inverse]()</h3>
 		<p>
-			Inverts this quaternion - calculate the [page:.conjugate conjugate] and then
-			[page:.normalize normalizes] the result.
+			Inverts this quaternion - calculates the [page:.conjugate conjugate]. The quaternion is assumed to have unit length.
 		</p>
 
 		<h3>[method:Float length]()</h3>