Matrix4x3d.set

Set the values in the matrix using a double array that contains the matrix elements in column-major order. <p> The results will look like this:<br><br>

0, 3, 6, 9<br> 1, 4, 7, 10<br> 2, 5, 8, 11<br>

@see #set(double[], int)

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

Meta