times

abstract operator fun Vector<N>.times(other: N): Vector<N>(source)
abstract operator fun N.times(other: Vector<N>): Vector<N>(source)
open operator fun Vector2<N>.times(other: N): Vector2<N>(source)
open operator fun N.times(other: Vector2<N>): Vector2<N>(source)