Matrix4d.set

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

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

@see #set(float[])

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

Meta