Generates curve points from the given data points.
@override List<Point> generate(List<Point> points) { return List.from(points); }