diff options
author | Larry Tran <lawrence.c.tran@outlook.com> | 2022-08-05 18:47:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 18:47:20 -0500 |
commit | 2ea4baae0a0dbf76b9b2fe71bdcb72601ddab868 (patch) | |
tree | 622c070fce3229f151f941d74324b31f5f5ac3fd /doc/classes/Plane.xml | |
parent | e029e664548dcada4d07a7e2f85cad18bb2feebe (diff) | |
parent | c80540f9a20b45d107b9bed1e749571a83492337 (diff) |
Merge branch 'master' into bugfix-ios-export
Diffstat (limited to 'doc/classes/Plane.xml')
-rw-r--r-- | doc/classes/Plane.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index 32eb71f1c7..df9d25902b 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -179,6 +179,13 @@ [b]Note:[/b] Due to floating-point precision errors, consider using [method is_equal_approx] instead, which is more reliable. </description> </operator> + <operator name="operator *"> + <return type="Plane" /> + <argument index="0" name="right" type="Transform3D" /> + <description> + Inversely transforms (multiplies) the [Plane] by the given [Transform3D] transformation matrix. + </description> + </operator> <operator name="operator =="> <return type="bool" /> <argument index="0" name="right" type="Plane" /> |