From 45e329c1d2ccc0afd76777fb98a1e908bc9b7877 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sat, 16 Jul 2022 18:00:31 +0100 Subject: Indicate Plane.distance_to returns a signed distance --- doc/classes/Plane.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index a42ceba777..6fefcef0a1 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -77,7 +77,7 @@ - Returns the shortest distance from the plane to the position [code]point[/code]. + Returns the shortest distance from the plane to the position [code]point[/code]. If the point is above the plane, the distance will be positive. If below, the distance will be negative. -- cgit v1.2.3