[][src]Struct implicit3d::Cylinder

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

A cylinder along the Z-Axis

Implementations

impl<S: RealField + Float> Cylinder<S>[src]

pub fn new(r: S) -> Self[src]

Create a new infinite Cylinder (along the Z-Axis) of radius r.

Trait Implementations

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

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

impl<S: Debug + RealField + From<f32> + Float> Object<S> for Cylinder<S>[src]

impl<S: PartialEq + RealField> PartialEq<Cylinder<S>> for Cylinder<S>[src]

impl<S: RealField> StructuralPartialEq for Cylinder<S>[src]

Auto Trait Implementations

impl<S> RefUnwindSafe for Cylinder<S> where
    S: RefUnwindSafe + Scalar

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

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

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

impl<S> UnwindSafe for Cylinder<S> where
    S: Scalar + 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<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>,