Trait mgf::BoundedBy
[−]
[src]
pub trait BoundedBy<B: Bound> { fn bounds(&self) -> B; }
A type that can be decomposed into a bound.
Required Methods
fn bounds(&self) -> B
Implementors
impl<B: Bound> BoundedBy<B> for Bimpl<B: Bound, T: Copy + Clone + Shape + BoundedBy<B>> BoundedBy<B> for Moving<T>impl BoundedBy<AABB> for Triangleimpl BoundedBy<AABB> for Rectangleimpl BoundedBy<AABB> for Sphereimpl BoundedBy<AABB> for Capsuleimpl BoundedBy<Sphere> for Triangleimpl BoundedBy<Sphere> for Rectangleimpl BoundedBy<Sphere> for AABBimpl BoundedBy<Sphere> for Capsuleimpl BoundedBy<AABB> for Componentimpl BoundedBy<Sphere> for Componentimpl BoundedBy<AABB> for Compoundimpl BoundedBy<Sphere> for Compoundimpl BoundedBy<AABB> for RigidBodyimpl BoundedBy<Sphere> for RigidBodyimpl<'a, S, B> BoundedBy<B> for StaticBody<'a, S> where
B: Bound,
S: Shape + BoundedBy<B>,