Clarify docs for operators performing xform_inv

This commit is contained in:
kleonc 2023-10-16 21:26:25 +02:00
parent 3bc1c9b5e0
commit a8c62c5928
10 changed files with 32 additions and 13 deletions

View file

@ -280,7 +280,8 @@
<return type="Vector4" />
<param index="0" name="right" type="Projection" />
<description>
Inversely transforms (multiplies) the [Vector4] by the given [Projection] matrix.
Transforms (multiplies) the [Vector4] by the transpose of the given [Projection] matrix.
For transforming by inverse of a projection [code]projection.inverse() * vector[/code] can be used instead. See [method Projection.inverse].
</description>
</operator>
<operator name="operator *">