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

@@ -223,6 +223,8 @@ Returns the intersection point of a segment from position ``begin`` to position
- :ref:`bool<class_bool>` **is_equal_approx** **(** :ref:`Plane<class_Plane>` plane **)**
Returns ``true`` if this plane and ``plane`` are approximately equal, by running :ref:`@GDScript.is_equal_approx<class_@GDScript_method_is_equal_approx>` on each component.
----
.. _class_Plane_method_is_point_over: