HomeSort by relevance Sort by last modified time
    Searched refs:has_collision (Results 1 - 7 of 7) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btBoxCollision.h 435 SIMD_FORCE_INLINE bool has_collision(const btAABB & other) const function
509 return has_collision(tbox);
517 return has_collision(tbox);
gim_tri_collision.h 213 if(!boxu.has_collision(boxv)) return false;
gim_box_collision.h 386 SIMD_FORCE_INLINE bool has_collision(const GIM_AABB & other) const function in class:GIM_AABB
460 return has_collision(tbox);
btGImpactBvh.cpp 293 bool aabbOverlap = bound.has_collision(box);
369 // return box0.has_collision(box1);
gim_box_set.h 315 bool aabbOverlap = bound.has_collision(box);
btGImpactCollisionAlgorithm.cpp 295 if(boxshape1.has_collision(boxshape0))
338 if(boxshape.has_collision(boxshape0))
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btAABB.java 131 public boolean has_collision(btAABB other) { method in class:btAABB

Completed in 112 milliseconds