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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.h 24 class btConvexHullComputer
38 friend class btConvexHullComputer;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btConvexHullComputer.java 17 public class btConvexHullComputer extends BulletBase {
20 protected btConvexHullComputer(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btConvexHullComputer, normally you should not need this constructor it's intended for low-level usage. */
26 public btConvexHullComputer(long cPtr, boolean cMemoryOwn) {
27 this("btConvexHullComputer", cPtr, cMemoryOwn);
38 public static long getCPtr(btConvexHullComputer obj) {
111 public btConvexHullComputer.Edge getNextEdgeOfVertex() {
113 return (cPtr == 0) ? null : new btConvexHullComputer.Edge(cPtr, false);
116 public btConvexHullComputer.Edge getNextEdgeOfFace() {
118 return (cPtr == 0) ? null : new btConvexHullComputer.Edge(cPtr, false)
    [all...]

Completed in 36 milliseconds