TransformationMatrix.Multiply

TransformationMatrix.Multiply method

Multiplies with another transformation matrix. Doesn’t change original transformation matrix, returns a new TransformationMatrix object.

public TransformationMatrix Multiply(TransformationMatrix matrix)
ParameterTypeDescription
matrixTransformationMatrixTransformation matrix to multiply with.

Return Value

New TransformationMatrix object.

See Also