times

inline operator fun times(that: Vector2D): Vector2D
inline operator fun times(that: Size): Vector2D
inline operator fun times(that: Scale): Vector2D
inline operator fun times(scale: Double): Vector2D
inline operator fun times(scale: Float): Vector2D
inline operator fun times(scale: Int): Vector2D