From 66c2aaf749e73e0dda177086690c459282cb9b24 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Fri, 9 Oct 2020 10:17:45 +0300 Subject: Removed unused method Geometry.get_uv84_normal_bit --- doc/classes/Geometry3D.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Geometry3D.xml b/doc/classes/Geometry3D.xml index ec685a5ce7..d0b930defb 100644 --- a/doc/classes/Geometry3D.xml +++ b/doc/classes/Geometry3D.xml @@ -102,15 +102,6 @@ Given the two 3D segments ([code]p1[/code], [code]p2[/code]) and ([code]q1[/code], [code]q2[/code]), finds those two points on the two segments that are closest to each other. Returns a [PackedVector3Array] that contains this point on ([code]p1[/code], [code]p2[/code]) as well the accompanying point on ([code]q1[/code], [code]q2[/code]). - - - - - - - Used internally by the engine. - - -- cgit v1.2.3