[][src]Type Definition nphysics3d::world::DefaultMechanicalWorld

type DefaultMechanicalWorld<N> = MechanicalWorld<N, DefaultBodySet<N>, DefaultColliderHandle>;

The default mechanical world, that can be used with a DefaultBodySet and DefaultColliderHandle.