public Transform inverse() { Basis basisTr = basis.transposed(); return(new Transform(basisTr, basisTr.xform(-origin))); }