Skip to content

Commit 6379874

Browse files
Fix Basis.determinant() doc: uniform scale determinant is scale^3, not scale^2
Corrected a documentation mistake in Basis.determinant(). For a uniform scale basis, the determinant is scale^3, not scale^2.
1 parent 2dd26a0 commit 6379874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/Basis.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
Returns the [url=https://en.wikipedia.org/wiki/Determinant]determinant[/url] of this basis's matrix. For advanced math, this number can be used to determine a few attributes:
7575
- If the determinant is exactly [code]0.0[/code], the basis is not invertible (see [method inverse]).
7676
- If the determinant is a negative number, the basis represents a negative scale.
77-
[b]Note:[/b] If the basis's scale is the same for every axis, its determinant is always that scale by the power of 2.
77+
[b]Note:[/b] If the basis's scale is the same for every axis, its determinant is always that scale by the power of 3.
7878
</description>
7979
</method>
8080
<method name="from_euler" qualifiers="static">

0 commit comments

Comments
 (0)