HomeSort by relevance Sort by last modified time
    Searched refs:supVertex (Results 1 - 7 of 7) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btSphereShape.cpp 40 btVector3 supVertex;
41 supVertex = localGetSupportingVertexWithoutMargin(vec);
49 supVertex+= getMargin() * vecnorm;
50 return supVertex;
btConvexPointCloudShape.cpp 77 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec);
87 supVertex+= getMargin() * vecnorm;
89 return supVertex;
btCylinderShape.h 74 btVector3 supVertex;
75 supVertex = localGetSupportingVertexWithoutMargin(vec);
85 supVertex+= getMargin() * vecnorm;
87 return supVertex;
btConeShape.cpp 123 btVector3 supVertex = coneLocalSupport(vec);
132 supVertex+= getMargin() * vecnorm;
134 return supVertex;
btConvexInternalShape.cpp 62 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec);
72 supVertex+= getMargin() * vecnorm;
74 return supVertex;
btConvexHullShape.cpp 108 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec);
118 supVertex+= getMargin() * vecnorm;
120 return supVertex;
btConvexTriangleMeshShape.cpp 130 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec);
140 supVertex+= getMargin() * vecnorm;
142 return supVertex;

Completed in 255 milliseconds