pub type CollisionObjectGraphIndex = NodeIndex<usize>;
Expand description
Index of a node of the interaction graph.
Aliased Type§
struct CollisionObjectGraphIndex(/* private fields */);
Implementations
Trait Implementations
Source§impl<Ix> Ord for NodeIndex<Ix>where
Ix: Ord,
impl<Ix> Ord for NodeIndex<Ix>where
Ix: Ord,
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more