Creates a matrix from raw components.
Optionale11: numberOptionale12: numberOptionale21: numberOptionale22: numberStatic ReadonlyIdentityThe identity matrix.
Static ReadonlyZeroThe zero matrix.
Iterates over the matrix components in column-major order.
Creates a new matrix with the same components.
Returns the determinant of this matrix.
Inverts this matrix in place.
Serializes this matrix.
Sets this matrix from raw components.
Returns the trace of this matrix.
Transposes this matrix in place.
StaticaddStaticaddStaticcopyStaticdeserializeDeserializes a matrix from an array.
Optionalout: Matrix2StaticdeterminantStaticdivideStaticdivideStaticequalStaticidentityStaticinvertStaticmultiplyStaticmultiplyStaticserializeStaticsetStaticsubtractStaticsubtractStatictraceStatictransposeStaticvalidateChecks whether a value is a valid matrix serial.
Staticzero
Represents a 2x2 matrix.
Matrix layout: | a | c | | b | d |