times

operator fun <N> Vector<N>.times(other: N): Vector<N>(source)
operator fun <N> N.times(other: Vector<N>): Vector<N>(source)
operator fun <N> Vector2<N>.times(other: N): Vector2<N>(source)
operator fun <N> N.times(other: Vector2<N>): Vector2<N>(source)
operator fun <N> Vector3<N>.times(other: N): Vector3<N>(source)
operator fun <N> N.times(other: Vector3<N>): Vector3<N>(source)
operator fun <N> Vector4<N>.times(other: N): Vector4<N>(source)
operator fun <N> N.times(other: Vector4<N>): Vector4<N>(source)