Enum geo::algorithm::orient::Direction [] [src]

pub enum Direction {
    Default,
    Reversed,
}

By default, a properly-oriented Polygon has its outer ring oriented counter-clockwise, and its inner ring(s) oriented clockwise. Selecting Reversed will result in a Polygon with a clockwise-oriented exterior ring, and counter-clockwise interior ring(s)

Variants

exterior ring is oriented counter-clockwise, interior rings are oriented clockwise

exterior ring is oriented clockwise, interior rings are oriented counter-clockwise

Trait Implementations

impl Copy for Direction
[src]

impl Clone for Direction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Direction
[src]

Formats the value using the given formatter.