times

inline operator fun times(other: Vector2I): Vector2I

Multiplies this vector by the other vector component-wise.


inline operator fun times(other: Int): Vector2I

Multiplies this vector by the other scalar.