Home
last modified time | relevance | path

Searched refs:boxQueryTrans (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGImpactQuantizedBvh.java94 …public boolean boxQueryTrans(btAABB box, Matrix4 transform, SWIGTYPE_p_btAlignedObjectArrayT_int_t… in boxQueryTrans() method in btGImpactQuantizedBvh
DbtGImpactBvh.java94 …public boolean boxQueryTrans(btAABB box, Matrix4 transform, SWIGTYPE_p_btAlignedObjectArrayT_int_t… in boxQueryTrans() method in btGImpactBvh
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactQuantizedBvh.h283 SIMD_FORCE_INLINE bool boxQueryTrans(const btAABB & box, in boxQueryTrans() function
DbtGImpactBvh.h307 SIMD_FORCE_INLINE bool boxQueryTrans(const btAABB & box, in boxQueryTrans() function
Dgim_box_set.h339 SIMD_FORCE_INLINE bool boxQueryTrans(const GIM_AABB & box, in boxQueryTrans() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp48931 …result = (bool)((btGImpactBvh const *)arg1)->boxQueryTrans((btAABB const &)*arg2,(btTransform cons… in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactBvh_1boxQueryTrans()
49907 …result = (bool)((btGImpactQuantizedBvh const *)arg1)->boxQueryTrans((btAABB const &)*arg2,(btTrans… in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactQuantizedBvh_1boxQueryTrans()