Piccolo.NET

PMatrix.Multiply Method 

Multiplies this PMatrix object by the specified PMatrix object by prepending the specified Matrix.

public virtual void Multiply(
   PMatrix matrix
);

Parameters

matrix
The PMatrix object by which this PMatrix object is to be multiplied.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace