[][src]Struct rust_3d::Polygon2D

pub struct Polygon2D<P> where
    P: Is2D
{ /* fields omitted */ }

Polygon2D, a polygon within 2D space

Trait Implementations

impl<P: Clone> Clone for Polygon2D<P> where
    P: Is2D
[src]

impl<P: Debug> Debug for Polygon2D<P> where
    P: Is2D
[src]

impl<P> Default for Polygon2D<P> where
    P: Is2D
[src]

impl<P> Display for Polygon2D<P> where
    P: Is2D + Display
[src]

impl<P: Eq> Eq for Polygon2D<P> where
    P: Is2D
[src]

impl<P> From<PointCloud2D<P>> for Polygon2D<P> where
    P: Is2D
[src]

impl<P> HasBoundingBox2DMaybe for Polygon2D<P> where
    P: Is2D
[src]

impl<P> HasCenterOfGravity2D for Polygon2D<P> where
    P: Is2D
[src]

impl<P> HasLength for Polygon2D<P> where
    P: Is2D
[src]

impl<P: Hash> Hash for Polygon2D<P> where
    P: Is2D
[src]

impl<P> IsEditablePolygon<P> for Polygon2D<P> where
    P: Is2D + Clone
[src]

impl<P> IsMatrix3Transformable for Polygon2D<P> where
    P: Is2D + IsMatrix3Transformable + Clone
[src]

impl<P> IsMovable2D for Polygon2D<P> where
    P: Is2D + IsMovable2D
[src]

impl<P> IsPolygon<P> for Polygon2D<P> where
    P: Is2D + Clone
[src]

impl<P> IsScalable for Polygon2D<P> where
    P: IsEditable2D
[src]

impl<P: Ord> Ord for Polygon2D<P> where
    P: Is2D
[src]

impl<P: PartialEq> PartialEq<Polygon2D<P>> for Polygon2D<P> where
    P: Is2D
[src]

impl<P: PartialOrd> PartialOrd<Polygon2D<P>> for Polygon2D<P> where
    P: Is2D
[src]

impl<P> StructuralEq for Polygon2D<P> where
    P: Is2D
[src]

impl<P> StructuralPartialEq for Polygon2D<P> where
    P: Is2D
[src]

Auto Trait Implementations

impl<P> RefUnwindSafe for Polygon2D<P> where
    P: RefUnwindSafe

impl<P> Send for Polygon2D<P> where
    P: Send

impl<P> Sync for Polygon2D<P> where
    P: Sync

impl<P> Unpin for Polygon2D<P> where
    P: Unpin

impl<P> UnwindSafe for Polygon2D<P> where
    P: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.