n -number of interpolating segments[br][code][br]Frame=Sequence( ((1 - t_o) points(j) + t_o points(j + 1)), j, 1, Length(points) - 1)[br][br]flattenF1=Sequence(Sequence((1 - l / n) points(j) + l / n points(j + 1), j, 1, Length(points) - 1), l, 1, n)[br][br]flattenF2=Sequence({flattenSeg1(j, 1) + j / n (flattenSeg1(j, 2) - flattenSeg1(j, 1)), flattenSeg1(j, 2) + j / n (flattenSeg1(j, 3) - flattenSeg1(j, 2))}, j, 1, n)[br][br]flattenT=Sequence(flattenSeg2(j, 1) + j / n (flattenSeg2(j, 2) - flattenSeg2(j, 1)), j, 1, n)[br][br][br][/code][br][br]