avian3d 0.6.1

An ECS-driven physics engine for the Bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Specialized data structures used by Avian.

pub mod bit_vec;
pub mod graph;
pub mod id_pool;
pub mod pair_key;
pub mod sparse_secondary_map;
pub mod stable_graph;
pub mod stable_vec;

#[cfg(feature = "2d")]
pub use arrayvec::ArrayVec;