Matrix4d.this

Create a new {@link Matrix4d} and set its upper 4x3 submatrix to the given matrix <code>mat</code> and all other elements to identity.

@param mat the {@link Matrix4x3d} to copy the values from

Meta