Home
last modified time | relevance | path

Searched defs:find_intersection (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtAABB.java127 public void find_intersection(btAABB other, btAABB intersection) { in find_intersection() method in btAABB
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_collision.h374 SIMD_FORCE_INLINE void find_intersection(const GIM_AABB & other, GIM_AABB & intersection) const in find_intersection() function