From 2adb67c3c5e2038dc9841f2166e33313c71f4502 Mon Sep 17 00:00:00 2001 From: PrecisionRender Date: Sat, 30 Jul 2022 17:32:03 -0500 Subject: Add `operator*` to `Plane` --- doc/classes/Plane.xml | 7 +++++++ doc/classes/Transform3D.xml | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'doc/classes') 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. + + + + + Inversely transforms (multiplies) the [Plane] by the given [Transform3D] transformation matrix. + + diff --git a/doc/classes/Transform3D.xml b/doc/classes/Transform3D.xml index de1db718c2..e259c29426 100644 --- a/doc/classes/Transform3D.xml +++ b/doc/classes/Transform3D.xml @@ -174,6 +174,13 @@ Transforms (multiplies) each element of the [Vector3] array by the given [Transform3D] matrix. + + + + + Transforms (multiplies) the [Plane] by the given [Transform3D] transformation matrix. + + -- cgit v1.2.3