Matrix4d.set

Set the upper left 3x3 submatrix of this {@link Matrix4d} to the given {@link Matrix3d} and the rest to identity.

@see #Matrix4d(Matrix3d)

@param mat the {@link Matrix3d} @return this

Meta