void SetToAppend(const Cxform& c0, const Cxform& c1);
SetToAppend initializes this matrix to the result of c0.Append(c1); more efficient than assignment followed by Append.