Clarify docs for operators performing xform_inv
This commit is contained in:
parent
3bc1c9b5e0
commit
a8c62c5928
10 changed files with 32 additions and 13 deletions
|
|
@ -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 *">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue