HomeSort by relevance Sort by last modified time
    Searched refs:btConvexInternalShape (Results 1 - 25 of 32) sorted by null

1 2

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btSphereShape.h 18 #include "btConvexInternalShape.h"
22 ATTRIBUTE_ALIGNED16(class) btSphereShape : public btConvexInternalShape
29 btSphereShape (btScalar radius) : btConvexInternalShape ()
52 btConvexInternalShape::setMargin(radius);
60 btConvexInternalShape::setMargin(margin);
btConvexInternalShape.cpp 17 #include "btConvexInternalShape.h"
21 btConvexInternalShape::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);
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
btCapsuleShape.h 19 #include "btConvexInternalShape.h"
26 ATTRIBUTE_ALIGNED16(class) btCapsuleShape : public btConvexInternalShape
33 btCapsuleShape() : btConvexInternalShape() {m_shapeType = CAPSULE_SHAPE_PROXYTYPE;};
55 btConvexInternalShape::setMargin(collisionMargin);
101 btConvexInternalShape::setLocalScaling(scaling);
178 btConvexInternalShape::serialize(&shapeData->m_convexInternalShapeData,serializer);
btCylinderShape.h 24 ATTRIBUTE_ALIGNED16(class) btCylinderShape : public btConvexInternalShape
65 btConvexInternalShape::setMargin(collisionMargin);
118 btConvexInternalShape::setLocalScaling(scaling);
203 btConvexInternalShape::serialize(&shapeData->m_convexInternalShapeData,serializer);
btMinkowskiSumShape.cpp 21 : btConvexInternalShape (),
btMinkowskiSumShape.h 19 #include "btConvexInternalShape.h"
23 ATTRIBUTE_ALIGNED16(class) btMinkowskiSumShape : public btConvexInternalShape
btConeShape.cpp 20 btConeShape::btConeShape (btScalar radius,btScalar height): btConvexInternalShape (),
146 btConvexInternalShape::setLocalScaling(scaling);
btConeShape.h 19 #include "btConvexInternalShape.h"
23 ATTRIBUTE_ALIGNED16(class) btConeShape : public btConvexInternalShape
163 btConvexInternalShape::serialize(&shapeData->m_convexInternalShapeData,serializer);
btPolyhedralConvexShape.h 20 #include "btConvexInternalShape.h"
25 ATTRIBUTE_ALIGNED16(class) btPolyhedralConvexShape : public btConvexInternalShape
btBox2dShape.h 119 btConvexInternalShape::setMargin(collisionMargin);
130 btConvexInternalShape::setLocalScaling(scaling);
btBoxShape.h 93 btConvexInternalShape::setMargin(collisionMargin);
104 btConvexInternalShape::setLocalScaling(scaling);
btCapsuleShape.cpp 22 btCapsuleShape::btCapsuleShape(btScalar radius, btScalar height) : btConvexInternalShape ()
btMultiSphereShape.cpp 161 btConvexInternalShape::serialize(&shapeData->m_convexInternalShapeData, serializer);
btPolyhedralConvexShape.cpp 27 btPolyhedralConvexShape::btPolyhedralConvexShape() :btConvexInternalShape(),
433 btConvexInternalShape::setLocalScaling(scaling);
btConvexHullShape.cpp 180 btConvexInternalShape::serialize(&shapeData->m_convexInternalShapeData, serializer);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvexInternalShape.java 18 public class btConvexInternalShape extends btConvexShape {
21 protected btConvexInternalShape(final String className, long cPtr, boolean cMemoryOwn) {
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) {
28 this("btConvexInternalShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btConvexInternalShape obj) {
btCapsuleShape.java 18 public class btCapsuleShape extends btConvexInternalShape {
btConeShape.java 18 public class btConeShape extends btConvexInternalShape {
btConvexInternalAabbCachingShape.java 18 public class btConvexInternalAabbCachingShape extends btConvexInternalShape {
btCylinderShape.java 18 public class btCylinderShape extends btConvexInternalShape {
btSphereShape.java 18 public class btSphereShape extends btConvexInternalShape {
btMinkowskiSumShape.java 18 public class btMinkowskiSumShape extends btConvexInternalShape {
btPolyhedralConvexShape.java 18 public class btPolyhedralConvexShape extends btConvexInternalShape {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftClusterCollisionShape.java 20 public class btSoftClusterCollisionShape extends btConvexInternalShape {

Completed in 603 milliseconds

1 2