Clarify docs for operators performing xform_inv
This commit is contained in:
@ -245,7 +245,9 @@
|
||||
<return type="AABB" />
|
||||
<param index="0" name="right" type="Transform3D" />
|
||||
<description>
|
||||
Inversely transforms (multiplies) the [AABB] by the given [Transform3D] transformation matrix.
|
||||
Inversely transforms (multiplies) the [AABB] by the given [Transform3D] transformation matrix, under the assumption that the transformation basis is orthonormal (i.e. rotation/reflection is fine, scaling/skew is not).
|
||||
[code]aabb * transform[/code] is equivalent to [code]transform.inverse() * aabb[/code]. See [method Transform3D.inverse].
|
||||
For transforming by inverse of an affine transformation (e.g. with scaling) [code]transform.affine_inverse() * aabb[/code] can be used instead. See [method Transform3D.affine_inverse].
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator ==">
|
||||
|
||||
Reference in New Issue
Block a user