Function flo_curves::bezier::find_extremities

source ยท
pub fn find_extremities<Point: Coordinate>(
    w1: Point,
    w2: Point,
    w3: Point,
    w4: Point,
) -> Vec<f64>
Expand description

Finds the t values of the extremities of a curve (these are the points at which the x or y value is at a minimum or maximum)