Home
last modified time | relevance | path

Searched refs:has_collision (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtBoxCollision.h435 SIMD_FORCE_INLINE bool has_collision(const btAABB & other) const in ATTRIBUTE_ALIGNED16()
509 return has_collision(tbox); in ATTRIBUTE_ALIGNED16()
517 return has_collision(tbox); in ATTRIBUTE_ALIGNED16()
Dgim_box_collision.h386 SIMD_FORCE_INLINE bool has_collision(const GIM_AABB & other) const in has_collision() function
460 return has_collision(tbox); in overlapping_trans_conservative()
Dgim_tri_collision.h213 if(!boxu.has_collision(boxv)) return false; in collide_triangle()
DbtGImpactCollisionAlgorithm.cpp295 if(boxshape1.has_collision(boxshape0)) in gimpact_vs_gimpact_find_pairs()
338 if(boxshape.has_collision(boxshape0)) in gimpact_vs_shape_find_pairs()
DbtGImpactBvh.cpp293 bool aabbOverlap = bound.has_collision(box); in boxQuery()
Dgim_box_set.h315 bool aabbOverlap = bound.has_collision(box); in boxQuery()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtAABB.java131 public boolean has_collision(btAABB other) { in has_collision() method in btAABB
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp46936 result = (bool)((btAABB const *)arg1)->has_collision((btAABB const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btAABB_1has_1collision()