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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OrientedEdge
[src]

[src]

Formats the value using the given formatter.