Function lyon::tessellation::path_fill::is_after [] [src]

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

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.