Searched defs:box1 (Results 1 – 8 of 8) sorted by relevance
53 BulletEntity box1 = world.add("box", -4.5f, 6f, 0f); in create() local
52 const btBoxShape* box1 = (btBoxShape*)body1Wrap->getCollisionShape(); in processCollision() local
63 const btBox2dShape* box1 = (const btBox2dShape*)body1Wrap->getCollisionShape(); in processCollision() local
27 btBoxBoxDetector::btBoxBoxDetector(const btBoxShape* box1,const btBoxShape* box2) in btBoxBoxDetector()
79 public btBoxBoxDetector(btBoxShape box1, btBoxShape box2) { in btBoxBoxDetector()
364 btAABB box1; in _node_collision() local
393 btAABB box1; in _quantized_node_collision() local
1554 static MngBox mng_minimum_box(MngBox box1,MngBox box2) in mng_minimum_box()