Skip to content

Commit eca5661

Browse files
authored
Merge pull request #16732 from trusktr/patch-16
Docs: Update wrong description of Quaternion.inverse
2 parents a80b35e + ee7db73 commit eca5661

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/api/en/math/Quaternion.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ <h3>[method:Quaternion fromArray]( [param:Array array], [param:Integer offset] )
115115

116116
<h3>[method:Quaternion inverse]()</h3>
117117
<p>
118-
Inverts this quaternion - calculate the [page:.conjugate conjugate] and then
119-
[page:.normalize normalizes] the result.
118+
Inverts this quaternion - calculates the [page:.conjugate conjugate]. The quaternion is assumed to have unit length.
120119
</p>
121120

122121
<h3>[method:Float length]()</h3>

0 commit comments

Comments
 (0)