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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btPolyhedralConvexAabbCachingShape.java 18 public class btPolyhedralConvexAabbCachingShape extends btPolyhedralConvexShape {
21 protected btPolyhedralConvexAabbCachingShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btPolyhedralConvexAabbCachingShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btPolyhedralConvexAabbCachingShape(long cPtr, boolean cMemoryOwn) {
28 this("btPolyhedralConvexAabbCachingShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btPolyhedralConvexAabbCachingShape obj) {
btBU_Simplex1to4.java 18 public class btBU_Simplex1to4 extends btPolyhedralConvexAabbCachingShape {
btConvexTriangleMeshShape.java 18 public class btConvexTriangleMeshShape extends btPolyhedralConvexAabbCachingShape {
btConvexHullShape.java 18 public class btConvexHullShape extends btPolyhedralConvexAabbCachingShape {
btConvexPointCloudShape.java 18 public class btConvexPointCloudShape extends btPolyhedralConvexAabbCachingShape {
CollisionJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTetrahedronShape.cpp 19 btBU_Simplex1to4::btBU_Simplex1to4() : btPolyhedralConvexAabbCachingShape (),
25 btBU_Simplex1to4::btBU_Simplex1to4(const btVector3& pt0) : btPolyhedralConvexAabbCachingShape (),
32 btBU_Simplex1to4::btBU_Simplex1to4(const btVector3& pt0,const btVector3& pt1) : btPolyhedralConvexAabbCachingShape (),
40 btBU_Simplex1to4::btBU_Simplex1to4(const btVector3& pt0,const btVector3& pt1,const btVector3& pt2) : btPolyhedralConvexAabbCachingShape (),
49 btBU_Simplex1to4::btBU_Simplex1to4(const btVector3& pt0,const btVector3& pt1,const btVector3& pt2,const btVector3& pt3) : btPolyhedralConvexAabbCachingShape (),
63 btPolyhedralConvexAabbCachingShape::getAabb(t,aabbMin,aabbMax);
btPolyhedralConvexShape.h 72 ///The btPolyhedralConvexAabbCachingShape adds aabb caching to the btPolyhedralConvexShape
73 class btPolyhedralConvexAabbCachingShape : public btPolyhedralConvexShape
98 btPolyhedralConvexAabbCachingShape();
btConvexTriangleMeshShape.h 25 ATTRIBUTE_ALIGNED16(class) btConvexTriangleMeshShape : public btPolyhedralConvexAabbCachingShape
btTetrahedronShape.h 25 ATTRIBUTE_ALIGNED16(class) btBU_Simplex1to4 : public btPolyhedralConvexAabbCachingShape
btConvexHullShape.h 26 ATTRIBUTE_ALIGNED16(class) btConvexHullShape : public btPolyhedralConvexAabbCachingShape
btConvexPointCloudShape.h 24 ATTRIBUTE_ALIGNED16(class) btConvexPointCloudShape : public btPolyhedralConvexAabbCachingShape
btPolyhedralConvexShape.cpp 431 void btPolyhedralConvexAabbCachingShape::setLocalScaling(const btVector3& scaling)
437 btPolyhedralConvexAabbCachingShape::btPolyhedralConvexAabbCachingShape()
445 void btPolyhedralConvexAabbCachingShape::getAabb(const btTransform& trans,btVector3& aabbMin,btVector3& aabbMax) const
450 void btPolyhedralConvexAabbCachingShape::recalcLocalAabb()
btConvexHullShape.cpp 26 btConvexHullShape ::btConvexHullShape (const btScalar* points,int numPoints,int stride) : btPolyhedralConvexAabbCachingShape ()
btConvexTriangleMeshShape.cpp 24 : btPolyhedralConvexAabbCachingShape(), m_stridingMesh(meshInterface)
btConvexShape.cpp 441 btPolyhedralConvexAabbCachingShape* convexHullShape = (btPolyhedralConvexAabbCachingShape*)this;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i 203 SPECIFY_CLASS(btPolyhedralConvexAabbCachingShape, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp     [all...]

Completed in 288 milliseconds