Struct Matrixf22 NamespaceGamelogic.Grids2 AssemblyGamelogic.Grids2.dll Represents a 2x2 matrices with float values. public readonly struct Matrixf22 Inherited Members object.Equals(object, object) object.GetType() object.ReferenceEquals(object, object) Constructors Matrixf22(float, float, float, float) Fields A B C D Identity One Zero Methods Add(Matrixf22) Det() Div(Matrixf22) Div(float) Equals(Matrixf22) Equals(object) GetHashCode() GetValueAt(int, int) Inv() Mul(Matrixf22) Mul(float) Negate() RotateClockwise(float) RotateCounterClockwise(float) ScaleMatrix(float) ScaleMatrix(Vector2) Subtract(Matrixf22) ToString() Operators operator +(Matrixf22, Matrixf22) operator /(Matrixf22, Matrixf22) operator /(Matrixf22, float) operator ==(Matrixf22, Matrixf22) operator !=(Matrixf22, Matrixf22) operator *(Matrixf22, Matrixf22) operator *(Matrixf22, float) operator *(Vector2, Matrixf22) operator -(Matrixf22, Matrixf22) operator -(Matrixf22) operator +(Matrixf22)