low-alloc-math
1.1.0
common
low-alloc-math
/
com.sztorm.lowallocmath
/
Vector2F
/
div
div
inline operator
fun
div
(
other
:
Vector2F
)
:
Vector2F
Divides this vector by the
other
vector component-wise.
inline operator
fun
div
(
other
:
Float
)
:
Vector2F
Divides this vector by the
other
scalar.