Home
last modified time | relevance | path

Searched defs:boxQuery (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGImpactQuantizedBvh.java90 public boolean boxQuery(btAABB box, SWIGTYPE_p_btAlignedObjectArrayT_int_t collided_results) { in boxQuery() method in btGImpactQuantizedBvh
DbtGImpactBvh.java90 public boolean boxQuery(btAABB box, SWIGTYPE_p_btAlignedObjectArrayT_int_t collided_results) { in boxQuery() method in btGImpactBvh
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactBvh.cpp281 bool btGImpactBvh::boxQuery(const btAABB & box, btAlignedObjectArray<int> & collided_results) const in boxQuery() function in btGImpactBvh
DbtGImpactQuantizedBvh.cpp303 bool btGImpactQuantizedBvh::boxQuery(const btAABB & box, btAlignedObjectArray<int> & collided_resul… in boxQuery() function in btGImpactQuantizedBvh
Dgim_box_set.h303 SIMD_FORCE_INLINE bool boxQuery(const GIM_AABB & box, gim_array<GUINT> & collided_results) const in boxQuery() function