drawLine

fun DrawingZone.drawLine(points: List<LinePoint>, curve: PathDrawer, joinMissingValues: Boolean)

(INTERNAL) Draw a curve from a list of points.

Parameters

curve

The PathDrawer used to draw the curve from a Path.

joinMissingValues

Indicates if the curve must link points that are around "missing values" (= points where at least 1 coordinate is null)

points

The curve must pass through each of these LinePoints.