mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch
This commit is contained in:
@@ -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** **(** **)**
|
||||
|
||||
Reference in New Issue
Block a user