pub type CollisionObjectGraphIndex = NodeIndex<usize>;
Index of a node of the interaction graph.
struct CollisionObjectGraphIndex(/* private fields */);