Create a new 2x2 matrix using the supplied double values. The order of the parameter is column-major,
so the first two parameters specify the two elements of the first column.
@param m00
the value of m00
@param m01
the value of m01
@param m10
the value of m10
@param m11
the value of m11
Create a new 2x2 matrix using the supplied double values. The order of the parameter is column-major, so the first two parameters specify the two elements of the first column.
@param m00 the value of m00 @param m01 the value of m01 @param m10 the value of m10 @param m11 the value of m11