HomeSort by relevance Sort by last modified time
    Searched defs:convex1 (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvex2dConvex2dAlgorithm.cpp 181 /// Convex0 against sphere for Convex1
214 /// Sphere (for convex0) against Convex1
216 btConvexShape* convex1 = static_cast<btConvexShape*>(col1->getCollisionShape()); local
223 btGjkConvexCast ccd1(&sphere0,convex1,&voronoiSimplex);
btConvexConvexAlgorithm.cpp 718 /// Convex0 against sphere for Convex1
751 /// Sphere (for convex0) against Convex1
753 btConvexShape* convex1 = static_cast<btConvexShape*>(col1->getCollisionShape()); local
760 btGjkConvexCast ccd1(&sphere0,convex1,&voronoiSimplex);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollideEdge.cpp 250 bool convex1 = false, convex2 = false; local
258 convex1 = b2Cross(edge0, edge1) >= 0.0f;
275 if (convex1 && convex2)
291 else if (convex1)
342 if (convex1)

Completed in 3790 milliseconds