Searched defs:btConvexInternalShape (Results 1 - 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
H A D | btConvexInternalShape.cpp | 17 #include "btConvexInternalShape.h" 21 btConvexInternalShape::btConvexInternalShape() function in class:btConvexInternalShape 28 void btConvexInternalShape::setLocalScaling(const btVector3& scaling) 35 void btConvexInternalShape::getAabbSlow(const btTransform& trans,btVector3&minAabb,btVector3&maxAabb) const 58 btVector3 btConvexInternalShape::localGetSupportingVertex(const btVector3& vec)const 85 : btConvexInternalShape(), 100 btConvexInternalShape::setLocalScaling(scaling);
|
H A D | btConvexInternalShape.h | 23 ///The btConvexInternalShape is an internal base class, shared by most convex shape implementations. 24 ///The btConvexInternalShape uses a default collision margin set to CONVEX_DISTANCE_MARGIN. 26 ///Note that when creating small shapes (derived from btConvexInternalShape), 29 ATTRIBUTE_ALIGNED16(class) btConvexInternalShape : public btConvexShape 43 btConvexInternalShape(); 49 virtual ~btConvexInternalShape() 160 SIMD_FORCE_INLINE int btConvexInternalShape::calculateSerializeBufferSize() const 166 SIMD_FORCE_INLINE const char* btConvexInternalShape::serialize(void* dataBuffer, btSerializer* serializer) const 182 class btConvexInternalAabbCachingShape : public btConvexInternalShape
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
H A D | btConvexInternalShape.java | 18 public class btConvexInternalShape extends btConvexShape { class in inherits:btConvexShape 21 protected btConvexInternalShape(final String className, long cPtr, boolean cMemoryOwn) { method in class:btConvexInternalShape 26 /** Construct a new btConvexInternalShape, normally you should not need this constructor it's intended for low-level usage. */ 27 public btConvexInternalShape(long cPtr, boolean cMemoryOwn) { method in class:btConvexInternalShape 28 this("btConvexInternalShape", cPtr, cMemoryOwn); 39 public static long getCPtr(btConvexInternalShape obj) {
|
Completed in 27 milliseconds