Struct libreda_db::layout::prelude::ComplexTransform[][src]

pub struct ComplexTransform<T> where
    T: CoordinateType
{ /* fields omitted */ }

Transformation described by a mirroring at the x axis, then a rotation around the origin, then a scaling, then a translation. This transformation allows rotations by arbitrary angles.

Trait Implementations

impl<T> Clone for ComplexTransform<T> where
    T: CoordinateType + Clone
[src]

impl<T> Debug for ComplexTransform<T> where
    T: CoordinateType + Debug
[src]

impl<T> PartialEq<ComplexTransform<T>> for ComplexTransform<T> where
    T: CoordinateType + PartialEq<T>, 
[src]

impl<T> StructuralPartialEq for ComplexTransform<T> where
    T: CoordinateType
[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for ComplexTransform<T> where
    T: RefUnwindSafe

impl<T> Send for ComplexTransform<T> where
    T: Send

impl<T> Sync for ComplexTransform<T> where
    T: Sync

impl<T> Unpin for ComplexTransform<T> where
    T: Unpin

impl<T> UnwindSafe for ComplexTransform<T> where
    T: 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, 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.