arc: ($: Arc, theta) => {
            const a = $.copy();
            $rotate(null, a.pos, theta);
            return a;
        },