Home
last modified time | relevance | path

Searched defs:b2DynamicTreeNode (Results 1 – 2 of 2) sorted by relevance

/dports/games/kolf/kolf-21.12.3/external/Box2D/Collision/
H A Db2DynamicTree.h30 struct b2DynamicTreeNode struct
32 bool IsLeaf() const in IsLeaf()
38 b2AABB aabb;
40 void* userData;
43 {
48 int32 child1;
49 int32 child2;
50 int32 leafCount;
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2DynamicTree.h29 struct b2DynamicTreeNode struct
31 bool IsLeaf() const in IsLeaf()
37 b2AABB aabb;
40 void* userData;
43 {
48 int32 child1;
49 int32 child2;