arcLengthDivisions property
This value determines the amount of divisions when calculating the
cumulative segment lengths of a curve via getLengths
. To ensure
precision when using methods like getSpacedPoints
, it is
recommended to increase arcLengthDivisions
if the curve is very
large. Default is 200
.
Implementation
late int arcLengthDivisions;