generate abstract method

List<Point> generate(
  1. List<Point> points
)

Generates curve points from the given data points.

Implementation

List<Point> generate(List<Point> points);