Enum geo::algorithm::winding_order::WindingOrder
source · pub enum WindingOrder {
Clockwise,
CounterClockwise,
}
Expand description
How a linestring is wound, clockwise or counter-clockwise
Variants§
Trait Implementations§
source§impl Clone for WindingOrder
impl Clone for WindingOrder
source§fn clone(&self) -> WindingOrder
fn clone(&self) -> WindingOrder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more