Function convex_hull

Source
pub fn convex_hull<T>(ps: Vec<Complex<T>>) -> Vec<Complex<T>>
where T: PartialOrd + Ccwable,