From 7560340ef61bf4f2bf67dc3f8b1415dfeeb8e485 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Sun, 15 Jan 2023 16:51:43 +0100 Subject: Rename `center` method to `get_center` in Plane. --- doc/classes/Plane.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index fbe8afa8d1..2d4910916b 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -67,12 +67,6 @@ - - - - Returns the center of the plane. - - @@ -80,6 +74,12 @@ Returns the shortest distance from the plane to the position [param point]. If the point is above the plane, the distance will be positive. If below, the distance will be negative. + + + + Returns the center of the plane. + + -- cgit v1.2.3