|
@@ -149,7 +149,7 @@
|
|
<argument index="0" name="b" type="Vector2">
|
|
<argument index="0" name="b" type="Vector2">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- Returns the normalized vector pointing from this vector to [code]b[/code].
|
|
|
|
|
|
+ Returns the normalized vector pointing from this vector to [code]b[/code]. This is equivalent to using [code](b - a).normalized()[/code].
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="distance_squared_to">
|
|
<method name="distance_squared_to">
|