iced_renderer::geometry::path::lyon_path::geom::utils

Function cubic_polynomial_roots

pub fn cubic_polynomial_roots<S>(a: S, b: S, c: S, d: S) -> ArrayVec<S, 3>
where S: Scalar,
Available on crate feature geometry only.