Skip to content

Commit

Permalink
Fix explanation of Quaternion.lengthSq()
Browse files Browse the repository at this point in the history
  • Loading branch information
goechsler authored Apr 25, 2020
1 parent 9f771cb commit 77248fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/en/math/Quaternion.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>[method:Float length]()</h3>

<h3>[method:Float lengthSq]()</h3>
<p>
Computes the [link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length]
Computes the squared [link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length]
(straight-line length) of this quaternion, considered as a 4 dimensional
vector. This can be useful if you are comparing the lengths of two quaternions,
as this is a slightly more efficient calculation than [page:.length length]().
Expand Down

0 comments on commit 77248fa

Please sign in to comment.