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)

Matrix concatenation