mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
Fixed Geometry2D::get_closest_points_between_segments docs
(cherry picked from commit 56e5ca38d7
)
This commit is contained in:
parent
4d66d2aebd
commit
d3d34dc73b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user