mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[VectorNi] Fix float division examples in docs
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
<description>
|
||||
Divides each component of the [Vector3i] by the given [float]. Returns a [Vector3].
|
||||
[codeblock]
|
||||
print(Vector3i(10, 20, 30) / 2.9) # Prints (5.0, 10.0, 15.0)
|
||||
print(Vector3i(1, 2, 3) / 2.5) # Prints (0.4, 0.8, 1.2)
|
||||
[/codeblock]
|
||||
</description>
|
||||
</operator>
|
||||
|
||||
Reference in New Issue
Block a user