box2d-rs 0.0.4

Port of Box2d to Rust
Documentation
1
2
3
4
5
6
7
8
pub mod b2_chain_shape;
pub mod b2_circle_shape;
pub mod b2_edge_shape;
pub mod b2_polygon_shape;
pub mod b2rs_to_derived_shape;

#[cfg(feature="serde_support")]
pub mod serialize_b2_polygon_shape;