lyon_geom::quadratic_bezier

Function approx_parabola_integral

source
fn approx_parabola_integral<S: Scalar>(x: S) -> S
Expand description

Compute an approximation to integral (1 + 4x^2) ^ -0.25 dx used in the flattening code.