mult


Description:

public void mult (Matrix3 right)

Multiplies two matrices and puts the result into the second one.

Parameters:

this

The first input matrix.

right

The second input matrix which will be overwritten by the result.