Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-12-03 10:27:08 +01:00
parent a4bf34e6e1
commit 5048872193
20 changed files with 166 additions and 35 deletions

View File

@@ -218,11 +218,13 @@ Returns ``true`` if the ``Rect2`` overlaps with another.
- :ref:`bool<class_bool>` **is_equal_approx** **(** :ref:`Rect2<class_Rect2>` rect **)**
Returns ``true`` if this ``Rect2`` and ``rect`` are approximately equal, by calling ``is_equal_approx`` on each component.
----
.. _class_Rect2_method_merge:
- :ref:`Rect2<class_Rect2>` **merge** **(** :ref:`Rect2<class_Rect2>` b **)**
Returns a larger Rect2 that contains this Rect2 and ``b``.
Returns a larger ``Rect2`` that contains this ``Rect2`` and ``b``.