Function incircle_slow

Source
pub fn incircle_slow(
    pa: [f64; 2],
    pb: [f64; 2],
    pc: [f64; 2],
    pd: [f64; 2],
) -> f64