Matrix3x2d.set

Set the values in this matrix based on the supplied double array. The result looks like this: <p> 0, 2, 4<br> 1, 3, 5<br>

This method only uses the first 6 values, all others are ignored.

@param m the array to read the matrix values from @return this

Meta