Sets all elements of this matrix to the supplied values (provided in row-major order).
An advantage of this method is that the function call resembles the matrix written out.
The parameters are named according to the 1-based row and column.
Static
oneStatic
zeroGenerated using TypeDoc
The matrix elements in column-major order. i.e. [m00, m10, m20, m01, m11, m21,,m02, m12, m22]