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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
ConvexH.java 60 static public class HalfEdge extends BulletBase {
63 protected HalfEdge(final String className, long cPtr, boolean cMemoryOwn) {
68 /** Construct a new HalfEdge, normally you should not need this constructor it's intended for low-level usage. */
69 public HalfEdge(long cPtr, boolean cMemoryOwn) {
70 this("HalfEdge", cPtr, cMemoryOwn);
81 public static long getCPtr(HalfEdge obj) {
127 public HalfEdge() {
131 public HalfEdge(short _ea, short _v, short _p) {
LinearMathJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.h 129 class HalfEdge
135 HalfEdge(){}
136 HalfEdge(short _ea,unsigned char _v, unsigned char _p):ea(_ea),v(_v),p(_p){}
145 btAlignedObjectArray<HalfEdge> edges;
btConvexHull.cpp 154 typedef ConvexH::HalfEdge HalfEdge;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 157 milliseconds