TransformationLeft |
Name | Description | |
---|---|---|
LeftMultiply(Matrix) | Returns a Matrix that is created by multiplying this matrix with rightMatrix: result = this.Matrix * rightMatrix | |
LeftMultiply(Transformation) | Returns a Matrix that is created by multiplying this matrix with rightTransform: result = this.Matrix * rightTransform |