Type Definition nphysics2d::aliases::DefaultBroadPhase [] [src]

type DefaultBroadPhase<N> = DBVTBroadPhase<Point<N>, Rc<RefCell<RigidBody<N>>>, AABB<Point<N>>>;

The type of the broad phase used by the world by default.