Struct geo::ExtremePoint [] [src]

pub struct ExtremePoint<T> where
    T: Float
{ pub ymin: Point<T>, pub xmax: Point<T>, pub ymax: Point<T>, pub xmin: Point<T>, }

A container for the coordinates of the minimum and maximum points of a Geometry

Fields

Trait Implementations

impl<T: PartialEq> PartialEq for ExtremePoint<T> where
    T: Float
[src]

[src]

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

[src]

This method tests for !=.

impl<T: Clone> Clone for ExtremePoint<T> where
    T: Float
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for ExtremePoint<T> where
    T: Float
[src]

impl<T: Debug> Debug for ExtremePoint<T> where
    T: Float
[src]

[src]

Formats the value using the given formatter.