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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvexInternalAabbCachingShape.java 18 public class btConvexInternalAabbCachingShape extends btConvexInternalShape {
21 protected btConvexInternalAabbCachingShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btConvexInternalAabbCachingShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btConvexInternalAabbCachingShape(long cPtr, boolean cMemoryOwn) {
28 this("btConvexInternalAabbCachingShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btConvexInternalAabbCachingShape obj) {
btMultiSphereShape.java 18 public class btMultiSphereShape extends btConvexInternalAabbCachingShape {
CollisionJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexInternalShape.cpp 84 btConvexInternalAabbCachingShape::btConvexInternalAabbCachingShape()
93 void btConvexInternalAabbCachingShape::getAabb(const btTransform& trans,btVector3& aabbMin,btVector3& aabbMax) const
98 void btConvexInternalAabbCachingShape::setLocalScaling(const btVector3& scaling)
105 void btConvexInternalAabbCachingShape::recalcLocalAabb()
btMultiSphereShape.h 28 ATTRIBUTE_ALIGNED16(class) btMultiSphereShape : public btConvexInternalAabbCachingShape
btConvexInternalShape.h 181 ///btConvexInternalAabbCachingShape adds local aabb caching for convex shapes, to avoid expensive bounding box calculations
182 class btConvexInternalAabbCachingShape : public btConvexInternalShape
190 btConvexInternalAabbCachingShape();
btMultiSphereShape.cpp 26 :btConvexInternalAabbCachingShape ()
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i 125 SPECIFY_CLASS(btConvexInternalAabbCachingShape, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp     [all...]

Completed in 885 milliseconds