times

operator fun times(v: Vector3): Vector3(source)
operator fun times(mat: Matrix33): Matrix33(source)


open operator override fun times(scale: Double): Matrix33(source)

Multiplies the current instance by the specified scalar value.

Return

An instance of type T scaled by the specified factor.

Parameters

scale

The scalar factor by which the instance is multiplied.