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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvexPlaneCollisionAlgorithm.cpp 76 btVector3 vtxInPlane = convexInPlaneTrans(vtx);
77 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant);
79 btVector3 vtxInPlaneProjected = vtxInPlane - distance*planeNormal;
115 btVector3 vtxInPlane = convexInPlaneTrans(vtx);
116 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant);
118 btVector3 vtxInPlaneProjected = vtxInPlane - distance*planeNormal;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btContinuousConvexCollision.cpp 76 btVector3 vtxInPlane = convexInPlaneTrans(vtx);
77 btScalar distance = (planeNormal.dot(vtxInPlane) - planeConstant);
79 btVector3 vtxInPlaneProjected = vtxInPlane - distance*planeNormal;

Completed in 3890 milliseconds