Browse Source

Fixed Geometry2D::get_closest_points_between_segments docs

(cherry picked from commit 56e5ca38d7850037137abb7072ef3fb453dfbf82)
Marcus Brummer 4 years ago
parent
commit
d3d34dc73b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Geometry.xml

+ 1 - 1
doc/classes/Geometry.xml

@@ -184,7 +184,7 @@
 			<argument index="3" name="q2" type="Vector2">
 			</argument>
 			<description>
-				Given the two 2D 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 [PoolVector2Array] that contains this point on ([code]p1[/code], [code]p2[/code]) as well the accompanying point on ([code]q1[/code], [code]q2[/code]).
+				Given the two 2D segments ([code]p1[/code], [code]q1[/code]) and ([code]p2[/code], [code]q2[/code]), finds those two points on the two segments that are closest to each other. Returns a [PoolVector2Array] that contains this point on ([code]p1[/code], [code]q1[/code]) as well the accompanying point on ([code]p2[/code], [code]q2[/code]).
 			</description>
 		</method>
 		<method name="get_uv84_normal_bit">