Skip to content

Commit 0a58f5a

Browse files
Show handedness in Vector2's angle-related images
1 parent 4bb75ac commit 0a58f5a

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

classes/class_vector2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ For example, ``Vector2.RIGHT.angle()`` will return zero, ``Vector2.DOWN.angle()`
431431

432432
This is equivalent to calling :ref:`@GlobalScope.atan2()<class_@GlobalScope_method_atan2>` with :ref:`y<class_Vector2_property_y>` and :ref:`x<class_Vector2_property_x>`.
433433

434-
\ `Illustration of the returned angle. <https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle.png>`__
434+
\ `Illustration of the returned angle. <https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle.webp>`__
435435

436436
.. rst-class:: classref-item-separator
437437

@@ -445,7 +445,7 @@ This is equivalent to calling :ref:`@GlobalScope.atan2()<class_@GlobalScope_meth
445445

446446
Returns the signed angle to the given vector, in radians. The result ranges from ``-PI`` to ``PI`` (inclusive).
447447

448-
\ `Illustration of the returned angle. <https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle_to.png>`__
448+
\ `Illustration of the returned angle. <https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle_to.webp>`__
449449

450450
.. rst-class:: classref-item-separator
451451

@@ -461,7 +461,7 @@ Returns the signed angle between the X axis and the line from this vector to poi
461461

462462
\ ``a.angle_to_point(b)`` is equivalent to ``(b - a).angle()``. See also :ref:`angle()<class_Vector2_method_angle>`.
463463

464-
\ `Illustration of the returned angle. <https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle_to_point.png>`__
464+
\ `Illustration of the returned angle. <https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle_to_point.webp>`__
465465

466466
.. rst-class:: classref-item-separator
467467

img/vector2_angle.png

-1.63 KB
Binary file not shown.

img/vector2_angle.webp

6.11 KB
Loading

img/vector2_angle_to.png

-1.9 KB
Binary file not shown.

img/vector2_angle_to.webp

6.92 KB
Loading

img/vector2_angle_to_point.png

-1.63 KB
Binary file not shown.

img/vector2_angle_to_point.webp

5.96 KB
Loading

0 commit comments

Comments
 (0)