Searched defs:box2 (Results 1 – 5 of 5) sorted by relevance
79 public btBoxBoxDetector(btBoxShape box1, btBoxShape box2) { in btBoxBoxDetector()80 …this(CollisionJNI.new_btBoxBoxDetector(btBoxShape.getCPtr(box1), box1, btBoxShape.getCPtr(box2), b… in btBoxBoxDetector() local
60 BulletEntity box2 = null; in create() local
86 int *&box2 = m.getValue(i); in testMap() local
27 btBoxBoxDetector::btBoxBoxDetector(const btBoxShape* box1,const btBoxShape* box2) in btBoxBoxDetector()
1554 static MngBox mng_minimum_box(MngBox box1,MngBox box2) in mng_minimum_box()