VMobject getSubcurve(double a, double b) { var vmob = copy(); vmob.pointwiseBecomePartial(this, a, b); return vmob; }