times

operator fun Int.times(v: IntVector2): IntVector2(source)
operator fun Int.times(v: IntVector3): IntVector3(source)
operator fun Int.times(v: IntVector4): IntVector4(source)
operator fun Double.times(m: Matrix33): Matrix33(source)
operator fun Double.times(m: Matrix44): Matrix44(source)
operator fun Double.times(v: Vector2): Vector2(source)
operator fun Double.times(v: Vector3): Vector3(source)
operator fun Double.times(v: Vector4): Vector4(source)