Trait liquidfun::box2d::collision::shapes::shape::Shape
[−]
[src]
pub trait Shape {
fn handle(&self) -> *mut B2Shape;
}
Required Methods
Implementors
impl Shape for ChainShapeimpl Shape for PolygonShape