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
Defaultexterior ring is oriented counter-clockwise, interior rings are oriented clockwise
Reversedexterior ring is oriented clockwise, interior rings are oriented counter-clockwise
Trait Implementations
impl Copy for Direction[src]
impl Copy for Directionimpl Clone for Direction[src]
impl Clone for Directionfn clone(&self) -> Direction[src]
fn clone(&self) -> DirectionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Direction[src]
impl Debug for Direction