MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit
/
Vector2I
/
div
div
inline operator
fun
div
(
other
:
Vector2I
)
:
Vector2I
Divides this vector by the
other
vector component-wise.
inline operator
fun
div
(
other
:
Int
)
:
Vector2I
Divides this vector by the
other
scalar.