[][src]Struct implicit3d::Cone

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

A cone along the Z-Axis

Methods

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

pub fn new(slope: S, offset: S) -> Self[src]

Create a new infinite Cone (along the Z-Axis) for a given slope and and offset from origin.

Trait Implementations

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

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

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

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

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

Auto Trait Implementations

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

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

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

impl<S> UnwindSafe for Cone<S> where
    S: Scalar + UnwindSafe

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

Blanket Implementations

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

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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