| | Name | Description |
  | Add | Determines the sum of two matrices. |
  | AddRef | Determines the sum of two matrices. |
  | Divide | Divides a matrix by the given value. |
  | DivideRef | Divides a matrix by the given value. |
 | Equals | Overloaded. Determines whether the specified Matrix3x2 is equal to this instance. |
 | EqualsRef | Determines whether the specified Matrix3x2 is equal to this instance. |
 | GetHashCode | Returns a hash code for this instance. |
  | HadamardDivide | Element-wise division of two matrices. |
  | HadamardDivideRef | Element-wise division of two matrices. |
  | HadamardProduct | Determines the Hadamard (element-wise) product of two matrices. |
  | HadamardProductRef | Determines the Hadamard (element-wise) product of two matrices. |
  | Invert | Inverts the specified matrix. |
  | InvertRef | Overloaded. Inverts the specified matrix. The return value indicates whether the operation succeeded. |
  | Lerp | Performs a linear interpolation between two matrices based on the given weighting. |
  | LerpRef | Performs a linear interpolation between two matrices based on the given weighting. |
  | MatrixProduct | Determines the product of two matrices. |
  | MatrixProductRef | Determines the product of two matrices. |
  | Multiply | Overloaded. Scales a matrix by the given value. |
  | MultiplyRef | Scales a matrix by the given value. |
  | Negate | Negates a matrix in-place. |
  | NegateRef | Overloaded. Negates a matrix in-place. |
  | Rotation | Overloaded. Creates a matrix that rotates. |
  | RotationRef | Overloaded. Creates a matrix that rotates. |
  | Scale | Overloaded. Creates a scale transformation matrix. |
  | ScaleRef | Overloaded. Creates a scale transformation matrix. |
  | Skew | Overloaded. Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians. |
  | SkewRef | Overloaded. Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians. |
  | Subtract | Determines the difference between two matrices. |
  | SubtractRef | Determines the difference between two matrices. |
 | ToArray | Creates an array containing the elements of the matrix. |
 | ToString | Overloaded. Returns a System.String that represents this instance. |
  | TransformPoint | Transforms a point by this matrix. |
  | Translation | Overloaded. Creates a translation matrix using the specified offsets. |
  | TranslationRef | Creates a translation matrix using the specified offsets. |