mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (c09d83010)
This commit is contained in:
@@ -83,13 +83,9 @@ Methods
|
||||
Operators
|
||||
---------
|
||||
|
||||
+---------------------------+-----------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator !=<class_Plane_operator_neq_bool>` **(** **)** |
|
||||
+---------------------------+-----------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator !=<class_Plane_operator_neq_bool>` **(** :ref:`Plane<class_Plane>` right **)** |
|
||||
+---------------------------+-----------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator ==<class_Plane_operator_eq_bool>` **(** **)** |
|
||||
+---------------------------+-----------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator ==<class_Plane_operator_eq_bool>` **(** :ref:`Plane<class_Plane>` right **)** |
|
||||
+---------------------------+-----------------------------------------------------------------------------------------------+
|
||||
| :ref:`Plane<class_Plane>` | :ref:`operator unary+<class_Plane_operator_unplus_Plane>` **(** **)** |
|
||||
@@ -308,10 +304,6 @@ Operator Descriptions
|
||||
|
||||
.. _class_Plane_operator_neq_bool:
|
||||
|
||||
- :ref:`bool<class_bool>` **operator !=** **(** **)**
|
||||
|
||||
----
|
||||
|
||||
- :ref:`bool<class_bool>` **operator !=** **(** :ref:`Plane<class_Plane>` right **)**
|
||||
|
||||
Returns ``true`` if the planes are not equal.
|
||||
@@ -322,10 +314,6 @@ Returns ``true`` if the planes are not equal.
|
||||
|
||||
.. _class_Plane_operator_eq_bool:
|
||||
|
||||
- :ref:`bool<class_bool>` **operator ==** **(** **)**
|
||||
|
||||
----
|
||||
|
||||
- :ref:`bool<class_bool>` **operator ==** **(** :ref:`Plane<class_Plane>` right **)**
|
||||
|
||||
Returns ``true`` if the planes are exactly equal.
|
||||
|
||||
Reference in New Issue
Block a user