The Matrix2x2 type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
matrix + matrix, adds the values of two matrices component wise
Public operatorStatic memberDivision
matrix / value, divides all matrix components with a value
Public operatorStatic memberMultiply(Matrix2x2, Matrix2x2)
2d matrix multiplication
Public operatorStatic memberMultiply(Matrix2x2, Vector2D)
matrix * 2d vector, applies a matrix transform to a 2d-vector

See Also