[][src]Struct rust_3d::FilterSphere

pub struct FilterSphere { /* fields omitted */ }

FilterSphere, a sphere filter within 3D space

Implementations

impl FilterSphere[src]

pub fn new(sphere: Sphere) -> Self[src]

Creates a new FilterSphere with the given parameters

Trait Implementations

impl Clone for FilterSphere[src]

impl Debug for FilterSphere[src]

impl Default for FilterSphere[src]

impl Eq for FilterSphere[src]

impl HasBoundingBox3D for FilterSphere[src]

impl HasBoundingBox3DMaybe for FilterSphere[src]

impl Hash for FilterSphere[src]

impl Is3D for FilterSphere[src]

impl IsBuildable3D for FilterSphere[src]

impl IsBuildableND for FilterSphere[src]

impl IsEditable3D for FilterSphere[src]

impl IsEditableND for FilterSphere[src]

impl<T> IsFilter<T> for FilterSphere where
    T: Is3D
[src]

impl IsND for FilterSphere[src]

impl IsScalable for FilterSphere[src]

impl Ord for FilterSphere[src]

impl PartialEq<FilterSphere> for FilterSphere[src]

impl PartialOrd<FilterSphere> for FilterSphere[src]

impl StructuralEq for FilterSphere[src]

impl StructuralPartialEq for FilterSphere[src]

Auto Trait Implementations

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.