Struct implicit::geom::Polygon [] [src]

pub struct Polygon { /* fields omitted */ }

Methods

impl Polygon
[src]

Trait Implementations

impl PartialOrd for Polygon
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq for Polygon
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Polygon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Polygon
[src]

Formats the value using the given formatter.

impl Implicit for Polygon
[src]

Returns the distance from a point to the nearest edge of a surface. Read more

Returns a bounding box that surrounds a shape (if one exists). Read more

True if the shape follows all the rules about implicit shapes.