Struct clipping::gh::CPolygon [] [src]

pub struct CPolygon { /* fields omitted */ }

Methods

impl CPolygon
[src]

[src]

Create a new empty polygon

[src]

Create a polygon from a list of points

[src]

Return the polygon points as a list of points, clear consecutive equals points

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for CPolygon
[src]

[src]

Executes the destructor for this type. Read more