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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvexHullShape.java 18 public class btConvexHullShape extends btPolyhedralConvexAabbCachingShape {
21 protected btConvexHullShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btConvexHullShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btConvexHullShape(long cPtr, boolean cMemoryOwn) {
28 this("btConvexHullShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btConvexHullShape obj) {
66 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints, int stride) {
67 this(btConvexHullShape.SwigConstructbtConvexHullShape(points, numPoints, stride), true);
75 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints) {
76 this(btConvexHullShape.SwigConstructbtConvexHullShape(points, numPoints), true)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexHullShape.cpp 20 #include "btConvexHullShape.h"
26 btConvexHullShape ::btConvexHullShape (const btScalar* points,int numPoints,int stride) : btPolyhedralConvexAabbCachingShape ()
46 void btConvexHullShape::setLocalScaling(const btVector3& scaling)
52 void btConvexHullShape::addPoint(const btVector3& point, bool recalculateLocalAabb)
60 btVector3 btConvexHullShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const
76 void btConvexHullShape::batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const
106 btVector3 btConvexHullShape::localGetSupportingVertex(const btVector3& vec)const
132 //Please note that you can debug-draw btConvexHullShape with the Raytracer Demo
133 int btConvexHullShape::getNumVertices() cons
    [all...]

Completed in 159 milliseconds