times

inline operator fun times(other: Vector2F): Vector2F

Multiplies this vector by the other vector component-wise.


inline operator fun times(other: Float): Vector2F

Multiplies this vector by the other scalar.