approximateLength

public double approximateLength()

This approximates the length of the BezierCurve in APPROXIMATION_STEPS number of steps. It's like a Riemann's sum, but for a parametric function's arc length.

Return

returns the approximated length of the BezierCurve.