Searched defs:btVoronoiSimplexSolver (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtVoronoiSimplexSolver.h92 /// btVoronoiSimplexSolver is an implementation of the closest point distance algorithm from a 1-4 points simplex to the origin.
95 ATTRIBUTE_ALIGNED16(class) btVoronoiSimplexSolver
97 ATTRIBUTE_ALIGNED16(class) btVoronoiSimplexSolver : public btSimplexSolverInterface
135 btVoronoiSimplexSolver() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtVoronoiSimplexSolver.java18 public class btVoronoiSimplexSolver extends BulletBase { class in inherits:BulletBase
21 protected btVoronoiSimplexSolver(final String className, long cPtr, boolean cMemoryOwn) { method in class:btVoronoiSimplexSolver
26 /** Construct a new btVoronoiSimplexSolver, normally you should not need this constructor it's intended for low-level usage. */
27 public btVoronoiSimplexSolver(long cPtr, boolean cMemoryOwn) { method in class:btVoronoiSimplexSolver
28 this("btVoronoiSimplexSolver", cPtr, cMemoryOwn);
39 public static long getCPtr(btVoronoiSimplexSolver obj) {
189 public btVoronoiSimplexSolver() { method in class:btVoronoiSimplexSolver

Completed in 459 milliseconds