[][src]Function flo_curves::bezier::solve_basis_for_t

pub fn solve_basis_for_t(
    w1: f64,
    w2: f64,
    w3: f64,
    w4: f64,
    p: f64
) -> SmallVec<[f64; 4]>

Solves for t in a single dimension for a bezier curve (finds the point(s) where the basis function evaluates to p)