Matrix3d.set

Set the upper left 2x2 submatrix of this {@link Matrix3d} to the given {@link Matrix2d} and the rest to identity.

@see #Matrix3d(Matrix2d)

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

Meta