Procházet zdrojové kódy

Fixed Geometry2D::get_closest_points_between_segments docs

Marcus Brummer před 4 roky
rodič
revize
56e5ca38d7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/classes/Geometry2D.xml

+ 1 - 1
doc/classes/Geometry2D.xml

@@ -91,7 +91,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 [PackedVector2Array] 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 [PackedVector2Array] 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="intersect_polygons">