Function lyon_tessellation::is_after [] [src]

pub fn is_after<T: PartialOrd, U>(
    a: TypedPoint2D<T, U>,
    b: TypedPoint2D<T, U>
) -> bool

Defines an ordering between two points

A point is considered after another point if it is below (y pointing downward) the point. If two points have the same y coordinate, the one on the right (x pointing to the right) is the one after.