interpolate

abstract fun interpolate(context: CartesianDrawingContext, path: Path, points: List<PointF>, visibleIndexRange: IntRange)

Draws path through points. Only the points in visibleIndexRange need to produce path operations, but the remaining points are available for use in interpolation.