Searched defs:shape1 (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactCollisionAlgorithm.cpp | 229 const btCollisionShape * shape1) in shape_vs_shape_collision() 253 const btCollisionShape* shape1) in convex_vs_convex_collision() 274 const btGImpactShapeInterface * shape1,btPairSet & pairset) in gimpact_vs_gimpact_find_pairs() 311 const btCollisionShape * shape1, in gimpact_vs_shape_find_pairs() 352 const btGImpactMeshShapePart * shape1, in collide_gjk_triangles() 391 const btGImpactMeshShapePart * shape1, in collide_sat_triangles() 465 const btGImpactShapeInterface * shape1) in gimpact_vs_gimpact() 568 const btCollisionShape * shape1,bool swapped) in gimpact_vs_shape() 688 const btCompoundShape * shape1,bool swapped) in gimpact_vs_compoundshape() 729 const btStaticPlaneShape * shape1,bool swapped) in gimpacttrimeshpart_vs_plane_collision() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btGImpactCollisionAlgorithm.java | 123 …CollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btGImpactShapeInterface shape1) { in gimpact_vs_gimpact() 127 …ollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCollisionShape shape1, boolean … in gimpact_vs_shape() 131 …ollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCompoundShape shape1, boolean s… in gimpact_vs_compoundshape() 135 …CollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btConcaveShape shape1, boolean s… in gimpact_vs_concave()
|
D | btGjkEpaSolver2.java | 155 …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/ |
D | btGjkEpa2.cpp | 833 const btConvexShape* shape1,const btTransform& wtrs1, in Initialize() 867 const btConvexShape* shape1, in Distance() 905 const btConvexShape* shape1, in Penetration() 956 btSphereShape shape1(margin); in SignedDistance() local 1003 const btConvexShape* shape1, in SignedDistance()
|