graphinglib.Curve.get_arc_length_between#

Curve.get_arc_length_between(x1: float, x2: float) float[source]#

Calculates the arc length of the curve between two x values.

Parameters:
x1, x2float

The x values between which the arc length is to be calculated.

Returns:
The arc length of the curve (float) between the two given x values.