Struct lyon_tessellation::OrientedEdge[][src]

pub struct OrientedEdge {
    pub upper: Point2D<Fp32<_16>>,
    pub lower: Point2D<Fp32<_16>>,
    pub winding: i16,
}

Fields

Trait Implementations

impl Copy for OrientedEdge
[src]

impl Clone for OrientedEdge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrientedEdge
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations