mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (4b6c88d)
This commit is contained in:
@@ -706,7 +706,7 @@ Divides each component of the **Vector2i** by the given :ref:`float<class_float>
|
||||
|
||||
::
|
||||
|
||||
print(Vector2i(10, 20) / 2.9) # Prints (5.0, 10.0)
|
||||
print(Vector2i(1, 2) / 2.5) # Prints (0.4, 0.8)
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user