div

operator fun Vector2D.div(other: Scale): Vector2D
operator fun Vector2F.div(other: Scale): Vector2F
operator fun Vector2D.div(other: Size): Vector2D
operator fun Vector2F.div(other: Size): Vector2F
operator fun Vector2D.div(other: SizeInt): Vector2D
operator fun Vector2F.div(other: SizeInt): Vector2F
operator fun Vector2I.div(other: SizeInt): Vector2I