feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -181,7 +181,7 @@
|
|||
<return type="float" />
|
||||
<param index="0" name="to" type="Vector2" />
|
||||
<description>
|
||||
Returns the squared distance between this vector and [param to].
|
||||
Returns the squared [url=https://en.wikipedia.org/wiki/Euclidean_distance]Euclidean distance[/url] between this vector and [param to].
|
||||
This method runs faster than [method distance_to], so prefer it if you need to compare vectors or need the squared distance for some formula.
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
<return type="float" />
|
||||
<param index="0" name="to" type="Vector2" />
|
||||
<description>
|
||||
Returns the distance between this vector and [param to].
|
||||
Returns the [url=https://en.wikipedia.org/wiki/Euclidean_distance]Euclidean distance[/url] between this vector and [param to].
|
||||
</description>
|
||||
</method>
|
||||
<method name="dot" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue