|
@@ -287,7 +287,7 @@
|
|
|
Divides each component of the [Vector4i] by the given [float].
|
|
Divides each component of the [Vector4i] by the given [float].
|
|
|
Returns a Vector4 value due to floating-point operations.
|
|
Returns a Vector4 value due to floating-point operations.
|
|
|
[codeblock]
|
|
[codeblock]
|
|
|
- print(Vector4i(10, 20, 30, 40) / 2) # Prints (5.0, 10.0, 15.0, 20.0)
|
|
|
|
|
|
|
+ print(Vector4i(1, 2, 3, 4) / 2.5) # Prints (0.4, 0.8, 1.2, 1.6)
|
|
|
[/codeblock]
|
|
[/codeblock]
|
|
|
</description>
|
|
</description>
|
|
|
</operator>
|
|
</operator>
|