Home
last modified time | relevance | path

Searched defs:shape0 (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactCollisionAlgorithm.cpp228 const btCollisionShape * shape0, in shape_vs_shape_collision()
252 const btCollisionShape* shape0, in convex_vs_convex_collision()
273 const btGImpactShapeInterface * shape0, in gimpact_vs_gimpact_find_pairs()
310 const btGImpactShapeInterface * shape0, in gimpact_vs_shape_find_pairs()
351 const btGImpactMeshShapePart * shape0, in collide_gjk_triangles()
390 const btGImpactMeshShapePart * shape0, in collide_sat_triangles()
464 const btGImpactShapeInterface * shape0, in gimpact_vs_gimpact()
567 const btGImpactShapeInterface * shape0, in gimpact_vs_shape()
687 const btGImpactShapeInterface * shape0, in gimpact_vs_compoundshape()
728 const btGImpactMeshShapePart * shape0, in gimpacttrimeshpart_vs_plane_collision()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGImpactCollisionAlgorithm.java123 …ObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btGIm… in gimpact_vs_gimpact()
127 …ObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCol… in gimpact_vs_shape()
131 …ObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCom… in gimpact_vs_compoundshape()
135 …ObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCon… in gimpact_vs_concave()
DbtGjkEpaSolver2.java155 …public static boolean Distance(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Matrix4 … in Distance()
159 …public static boolean Penetration(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Matri… in Penetration()
163 …public static boolean Penetration(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Matri… in Penetration()
171 …public static boolean SignedDistance(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Ma… in SignedDistance()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtGjkEpa2.cpp832 static void Initialize( const btConvexShape* shape0,const btTransform& wtrs0, in Initialize()
865 bool btGjkEpaSolver2::Distance( const btConvexShape* shape0, in Distance()
903 bool btGjkEpaSolver2::Penetration( const btConvexShape* shape0, in Penetration()
951 const btConvexShape* shape0, in SignedDistance()
1001 bool btGjkEpaSolver2::SignedDistance(const btConvexShape* shape0, in SignedDistance()