[][src]Struct implicit3d::Twister

pub struct Twister<S: RealField> { /* fields omitted */ }

Twister will twist an object by rotating it along the Z-Axis.

Implementations

impl<S: RealField + Float + FloatConst + From<f32>> Twister<S>[src]

pub fn new(o: Box<dyn Object<S>>, h: S) -> Self[src]

Create a twisted version ob o. o: Object to be twisted, h: height for one full rotation

Trait Implementations

impl<S: Clone + RealField> Clone for Twister<S>[src]

impl<S: Debug + RealField> Debug for Twister<S>[src]

impl<S: RealField + From<f32> + Float + FloatConst> Object<S> for Twister<S>[src]

Auto Trait Implementations

impl<S> !RefUnwindSafe for Twister<S>

impl<S> Send for Twister<S> where
    S: Scalar

impl<S> Sync for Twister<S> where
    S: Scalar

impl<S> Unpin for Twister<S> where
    S: Scalar + Unpin

impl<S> !UnwindSafe for Twister<S>

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<S, T> ObjectClone<S> for T where
    S: RealField + From<f32> + Float,
    T: 'static + Object<S> + Clone
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,