StylingLinearTiltFunctionPoints constructor

StylingLinearTiltFunctionPoints(
  1. List<Point<double>> points
)

Implementation

factory StylingLinearTiltFunctionPoints(
        core.List<math.Point<core.double>> points) =>
    StylingLinearTiltFunctionPointsImpl(points);