Home
last modified time | relevance | path

Searched defs:trans0 (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DBT_BOX_BOX_TRANSFORM_CACHE.java94 public void calc_from_homogenic(Matrix4 trans0, Matrix4 trans1) { in calc_from_homogenic()
98 public void calc_from_full_invert(Matrix4 trans0, Matrix4 trans1) { in calc_from_full_invert()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_collision.h163 SIMD_FORCE_INLINE void calc_from_homogenic(const btTransform & trans0,const btTransform & trans1) in calc_from_homogenic()
176 SIMD_FORCE_INLINE void calc_from_full_invert(const btTransform & trans0,const btTransform & trans1) in calc_from_full_invert()
DbtGImpactBvh.cpp475 void btGImpactBvh::find_collision(btGImpactBvh * boxset0, const btTransform & trans0, in find_collision()
DbtGImpactCollisionAlgorithm.cpp271 const btTransform & trans0, in gimpact_vs_gimpact_find_pairs()
308 const btTransform & trans0, in gimpact_vs_shape_find_pairs()
DbtGImpactQuantizedBvh.cpp504 …pactQuantizedBvh::find_collision(const btGImpactQuantizedBvh * boxset0, const btTransform & trans0, in find_collision()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPolyhedralContactClipping.cpp150 …bool TestInternalObjects( const btTransform& trans0, const btTransform& trans1, const btVector3& d… in TestInternalObjects()