Struct descartes::PrimitiveArea[][src]

pub struct PrimitiveArea {
    pub boundary: ClosedLinePath,
}

Represents a filled area bounded by a clockwise boundary. Everything "right of" the boundary is considered "inside"

Fields

Methods

impl PrimitiveArea
[src]

Trait Implementations

impl Clone for PrimitiveArea
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PointContainer for PrimitiveArea
[src]

impl<'a> RoughEq for &'a PrimitiveArea
[src]

Auto Trait Implementations