Uses of Class
com.bulletphysics.collision.narrowphase.VoronoiSimplexSolver.SubSimplexClosestResult

Packages that use VoronoiSimplexSolver.SubSimplexClosestResult
com.bulletphysics.collision.narrowphase Narrow-phase collision. 
 

Uses of VoronoiSimplexSolver.SubSimplexClosestResult in com.bulletphysics.collision.narrowphase
 

Fields in com.bulletphysics.collision.narrowphase declared as VoronoiSimplexSolver.SubSimplexClosestResult
 VoronoiSimplexSolver.SubSimplexClosestResult VoronoiSimplexSolver.cachedBC
           
 

Fields in com.bulletphysics.collision.narrowphase with type parameters of type VoronoiSimplexSolver.SubSimplexClosestResult
protected  ObjectPool<VoronoiSimplexSolver.SubSimplexClosestResult> VoronoiSimplexSolver.subsimplexResultsPool
           
 

Methods in com.bulletphysics.collision.narrowphase with parameters of type VoronoiSimplexSolver.SubSimplexClosestResult
 boolean VoronoiSimplexSolver.closestPtPointTetrahedron(javax.vecmath.Vector3f p, javax.vecmath.Vector3f a, javax.vecmath.Vector3f b, javax.vecmath.Vector3f c, javax.vecmath.Vector3f d, VoronoiSimplexSolver.SubSimplexClosestResult finalResult)
           
 boolean VoronoiSimplexSolver.closestPtPointTriangle(javax.vecmath.Vector3f p, javax.vecmath.Vector3f a, javax.vecmath.Vector3f b, javax.vecmath.Vector3f c, VoronoiSimplexSolver.SubSimplexClosestResult result)