Click or drag to resize
AB4D logo

TransformationLeftMultiply Method

Overload List
 NameDescription
Public methodLeftMultiply(Matrix) Returns a Matrix that is created by multiplying this matrix with rightMatrix: result = this.Matrix * rightMatrix
Public methodLeftMultiply(Transformation) Returns a Matrix that is created by multiplying this matrix with rightTransform: result = this.Matrix * rightTransform
Top
See Also