times

operator fun times(v: Vector4): Vector4(source)

Multiplies the 4x4 matrix with a vector 4


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

Multiplies all the elements in the 4x4 matrix with a scalar


operator fun times(mat: Matrix44): Matrix44(source)

Multiplies this 4x4 matrix with another 4x4 matrix.

Return

the result of the matrix multiplication

Parameters

mat

the matrix to multiply with