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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btMultiSphereShape.cpp 20 #include "btMultiSphereShape.h"
25 btMultiSphereShape::btMultiSphereShape (const btVector3* positions,const btScalar* radi,int numSpheres)
47 btVector3 btMultiSphereShape::localGetSupportingVertexWithoutMargin(const btVector3& vec0)const
94 void btMultiSphereShape::batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const
138 void btMultiSphereShape::calculateLocalInertia(btScalar mass,btVector3& inertia) const
158 const char* btMultiSphereShape::serialize(void* dataBuffer, btSerializer* serializer) const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btMultiSphereShape.java 18 public class btMultiSphereShape extends btConvexInternalAabbCachingShape {
21 protected btMultiSphereShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btMultiSphereShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btMultiSphereShape(long cPtr, boolean cMemoryOwn) {
28 this("btMultiSphereShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btMultiSphereShape obj) {
61 public btMultiSphereShape(Vector3[] positions, float[] radi, int numSpheres) {

Completed in 611 milliseconds