menu
oimo_physics package
documentation
collision/broadphase/dbvt/dbvt_broad_phase.dart
DBVTBroadPhase
stack property
stack property
dark_mode
light_mode
stack
property
Map
<
int
,
DBVTNode
>
stack
getter/setter pair
The stack of the leafs in the tree as a map
Implementation
Map<int,DBVTNode> stack = {};
oimo_physics package
documentation
collision/broadphase/dbvt/dbvt_broad_phase
DBVTBroadPhase
stack property
DBVTBroadPhase class