times

abstract operator fun Vector3<N>.times(other: N): Vector3<N>(source)
abstract operator fun N.times(other: Vector3<N>): Vector3<N>(source)