Struct ncollide3d::bounding_volume::SpatializedNormalCone [−][src]
pub struct SpatializedNormalCone<N: RealField> { pub aabb: AABB<N>, pub normals: CircularCone<N>, }
The combination of an AABB with a circular cone to bound both the space occupied by an geometry and its normals.
Fields
aabb: AABB<N>An AABB bounding the space occupied by a geometry.
normals: CircularCone<N>A circular cone bounding the normals of a geometry.
Trait Implementations
impl<N: RealField> BoundingVolume<N> for SpatializedNormalCone<N>[src]
impl<N: RealField> BoundingVolume<N> for SpatializedNormalCone<N>[src]fn center(&self) -> Point<N>[src]
fn intersects(&self, other: &Self) -> bool[src]
fn contains(&self, other: &Self) -> bool[src]
fn merge(&mut self, other: &Self)[src]
fn merged(&self, other: &Self) -> Self[src]
fn loosen(&mut self, margin: N)[src]
fn loosened(&self, margin: N) -> Self[src]
fn tighten(&mut self, margin: N)[src]
fn tightened(&self, margin: N) -> Self[src]
impl<N: Clone + RealField> Clone for SpatializedNormalCone<N>[src]
impl<N: Clone + RealField> Clone for SpatializedNormalCone<N>[src]fn clone(&self) -> SpatializedNormalCone<N>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for SpatializedNormalCone<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for SpatializedNormalCone<N>
impl<N> Sync for SpatializedNormalCone<N>
impl<N> Unpin for SpatializedNormalCone<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for SpatializedNormalCone<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]