Matrix3d.set

Set the values in this matrix based on the supplied double array. The result looks like this: <p> 0, 3, 6<br> 1, 4, 7<br> 2, 5, 8<br> <p> Only uses the first 9 values, all others are ignored.

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

Meta