Home
last modified time | relevance | path

Searched refs:copy_with_margin (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtAABB.java107 public void copy_with_margin(btAABB other, float margin) { in copy_with_margin() method in btAABB
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_collision.h277 SIMD_FORCE_INLINE void copy_with_margin(const GIM_AABB &other, btScalar margin) in copy_with_margin() function
DbtBoxCollision.h309 SIMD_FORCE_INLINE void copy_with_margin(const btAABB &other, btScalar margin) in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp46818 (arg1)->copy_with_margin((btAABB const &)*arg2,arg3); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btAABB_1copy_1with_1margin()