Matrix4x3d.set

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

@see #Matrix4x3d(Matrix3d)

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

Meta