Add operator* to Plane

This commit is contained in:
PrecisionRender
2022-07-30 17:32:03 -05:00
parent c2d55a4e1a
commit 2adb67c3c5
3 changed files with 16 additions and 0 deletions

View File

@ -174,6 +174,13 @@
Transforms (multiplies) each element of the [Vector3] array by the given [Transform3D] matrix.
</description>
</operator>
<operator name="operator *">
<return type="Plane" />
<argument index="0" name="right" type="Plane" />
<description>
Transforms (multiplies) the [Plane] by the given [Transform3D] transformation matrix.
</description>
</operator>
<operator name="operator *">
<return type="Transform3D" />
<argument index="0" name="right" type="Transform3D" />