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.