Struct geo::MultiPoint [] [src]

pub struct MultiPoint<T>(pub Vec<Point<T>>)
where
    T: Float
;

Trait Implementations

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

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

This method tests for !=.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl<T> Distance<T, Point<T>> for MultiPoint<T> where
    T: Float
[src]

Minimum distance from a MultiPoint to a Point

impl<T> BoundingBox<T> for MultiPoint<T> where
    T: Float
[src]

Return the BoundingBox for a MultiPoint

impl<T> ConvexHull<T> for MultiPoint<T> where
    T: Float
[src]

Returns the convex hull of a Polygon. The hull is always oriented counter-clockwise. Read more

impl<T> ExtremeIndices<T> for MultiPoint<T> where
    T: Float + Signed
[src]

Find the extreme x and y indices of a convex Polygon Read more

impl<T> RotatePoint<T> for MultiPoint<T> where
    T: Float + FromPrimitive
[src]

Rotate the contained Points about a given point by the given number of degrees This operation leaves the point coordinates unchanged

impl<T> Rotate<T> for MultiPoint<T> where
    T: Float + FromPrimitive
[src]

Rotate the contained Points about their centroids by the given number of degrees