[−][src]Trait newton::collision::StaticShape
A marker trait for static collisions (Tree, Scene & HeightField).
If a body has a static collision assigned, the body becomes static.
A marker trait for static collisions (Tree, Scene & HeightField).
If a body has a static collision assigned, the body becomes static.
impl<'a> StaticShape for Scene<'a>[src]impl<'a> StaticShape for Tree<'a>[src]impl<'a, T: Elevation> StaticShape for HeightField<'a, T>[src]