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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
HullLibrary.java 17 public class HullLibrary extends BulletBase {
20 protected HullLibrary(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new HullLibrary, normally you should not need this constructor it's intended for low-level usage. */
26 public HullLibrary(long cPtr, boolean cMemoryOwn) {
27 this("HullLibrary", cPtr, cMemoryOwn);
38 public static long getCPtr(HullLibrary obj) {
77 public HullLibrary() {
LinearMathJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.cpp 375 void HullLibrary::b2bfix(btHullTriangle* s,btHullTriangle*t)
391 void HullLibrary::removeb2b(btHullTriangle* s,btHullTriangle*t)
399 void HullLibrary::checkit(btHullTriangle *t)
423 btHullTriangle* HullLibrary::allocateTriangle(int a,int b,int c)
433 void HullLibrary::deAllocateTriangle(btHullTriangle* tri)
442 void HullLibrary::extrude(btHullTriangle *t0,int v)
465 btHullTriangle* HullLibrary::extrudable(btScalar epsilon)
482 int4 HullLibrary::FindSimplex(btVector3 *verts,int verts_count,btAlignedObjectArray<int> &allow)
518 int HullLibrary::calchullgen(btVector3 *verts,int verts_count, int vlimit)
618 int HullLibrary::calchull(btVector3 *verts,int verts_count, TUIntArray& tris_out, int &tris_count,int vlimit)
    [all...]
btConvexHull.h 182 ///The HullLibrary class can create a convex hull from a collection of vertices, using the ComputeHull method.
183 ///The btShapeHull class uses this HullLibrary to create a approximate convex mesh given a general (non-polyhedral) convex shape.
184 class HullLibrary
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btShapeHull.cpp 75 HullLibrary hl;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
classes.i 6 SPECIFY_CLASS(HullLibrary, com.badlogic.gdx.physics.bullet.linearmath)
linearmath_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 219 HullLibrary hlib;
1069 HullLibrary hlib;/*??*/
    [all...]

Completed in 171 milliseconds