multiply

fun multiply(matrix: Matrix55)(source)

Multiplies the current transformation matrix with the specified 5x5 matrix.

Parameters

matrix

A 5x5 matrix (Matrix55) to multiply with the current matrix.