[][src]Struct implicit3d::Sphere

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

A sphere. Simple.

Methods

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

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

Create a new sphere of radius r.

Trait Implementations

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

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

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

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

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

Auto Trait Implementations

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

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

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

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

impl<S> RefUnwindSafe for Sphere<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>,