arcLength property

double arcLength

The approximate arc length of the curve.

Calculated by adding up the distance between consecutive points in curveLookUpTable.

Implementation

double get arcLength => _cumulativeArcLengths.last;