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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGeometryUtil.cpp 169 btVector3 potentialVertex = n2n3;
170 potentialVertex += n3n1;
171 potentialVertex += n1n2;
172 potentialVertex *= quotient;
175 if (isPointInsidePlanes(planeEquations,potentialVertex,btScalar(0.01)))
177 verticesOut.push_back(potentialVertex);
btConvexHull.cpp 72 btVector3 potentialVertex = n2n3;
73 potentialVertex += n3n1;
74 potentialVertex += n1n2;
75 potentialVertex *= quotient;
77 btVector3 result(potentialVertex.getX(),potentialVertex.getY(),potentialVertex.getZ());

Completed in 3495 milliseconds