Struct algs4::convex_hull::PolarOrder [] [src]

pub struct PolarOrder {
    // some fields omitted
}

Trait Implementations

impl Comparator<Point2D> for PolarOrder
[src]

fn compare(&self, q1: &Point2D, q2: &Point2D) -> Ordering

fn less(&self, v: &T, w: &T) -> bool