classref: Sync with current master branch

This commit is contained in:
Rémi Verschelde
2017-06-17 11:32:15 +02:00
parent b1f74200e6
commit 43ed90b479
146 changed files with 3684 additions and 2556 deletions

View File

@@ -43,6 +43,8 @@ Member Functions
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Vector2<class_vector2>` | :ref:`floor<class_Vector2_floor>` **(** **)** |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_normalized<class_Vector2_is_normalized>` **(** **)** |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`length<class_Vector2_length>` **(** **)** |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`length_squared<class_Vector2_length_squared>` **(** **)** |
@@ -154,6 +156,12 @@ Returns the dot product with vector "b".
Remove the fractional part of x and y.
.. _class_Vector2_is_normalized:
- :ref:`bool<class_bool>` **is_normalized** **(** **)**
Returns whether the vector is normalized or not.
.. _class_Vector2_length:
- :ref:`float<class_float>` **length** **(** **)**