Home
last modified time | relevance | path

Searched defs:collided_results (Results 1 – 6 of 6) 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()
94 …ean boxQueryTrans(btAABB box, Matrix4 transform, SWIGTYPE_p_btAlignedObjectArrayT_int_t collided_r… in boxQueryTrans()
98 …an rayQuery(Vector3 ray_dir, Vector3 ray_origin, SWIGTYPE_p_btAlignedObjectArrayT_int_t collided_r… in rayQuery()
DbtGImpactBvh.java90 public boolean boxQuery(btAABB box, SWIGTYPE_p_btAlignedObjectArrayT_int_t collided_results) { in boxQuery()
94 …ean boxQueryTrans(btAABB box, Matrix4 transform, SWIGTYPE_p_btAlignedObjectArrayT_int_t collided_r… in boxQueryTrans()
98 …an rayQuery(Vector3 ray_dir, Vector3 ray_origin, SWIGTYPE_p_btAlignedObjectArrayT_int_t collided_r… in rayQuery()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_set.h303 SIMD_FORCE_INLINE bool boxQuery(const GIM_AABB & box, gim_array<GUINT> & collided_results) const in boxQuery()
340 const btTransform & transform, gim_array<GUINT> & collided_results) const in boxQueryTrans()
350 gim_array<GUINT> & collided_results) const in rayQuery()
DbtGImpactQuantizedBvh.h284 const btTransform & transform, btAlignedObjectArray<int> & collided_results) const in boxQueryTrans()
DbtGImpactBvh.h308 const btTransform & transform, btAlignedObjectArray<int> & collided_results) const in boxQueryTrans()
DbtGImpactCollisionAlgorithm.cpp621 btAlignedObjectArray<int> collided_results; in gimpact_vs_shape() local