From ccc56cc6d483c89905ab995808525f16ed24dd36 Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Thu, 21 Jul 2022 19:34:09 +0300 Subject: Rename `epsilon` to `tolerance` in the `Plane::has_point` method --- doc/classes/Plane.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index 6fefcef0a1..33e9e0c92d 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -83,9 +83,9 @@ - + - Returns [code]true[/code] if [code]point[/code] is inside the plane. Comparison uses a custom minimum [code]epsilon[/code] threshold. + Returns [code]true[/code] if [code]point[/code] is inside the plane. Comparison uses a custom minimum [code]tolerance[/code] threshold. -- cgit v1.2.3