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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btMinkowskiSumShape.cpp 17 #include "btMinkowskiSumShape.h"
20 btMinkowskiSumShape::btMinkowskiSumShape(const btConvexShape* shapeA,const btConvexShape* shapeB)
30 btVector3 btMinkowskiSumShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const
37 void btMinkowskiSumShape::batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const
49 btScalar btMinkowskiSumShape::getMargin() const
55 void btMinkowskiSumShape::calculateLocalInertia(btScalar mass,btVector3& inertia) const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btMinkowskiSumShape.java 18 public class btMinkowskiSumShape extends btConvexInternalShape {
21 protected btMinkowskiSumShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btMinkowskiSumShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btMinkowskiSumShape(long cPtr, boolean cMemoryOwn) {
28 this("btMinkowskiSumShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btMinkowskiSumShape obj) {
61 public btMinkowskiSumShape(btConvexShape shapeA, btConvexShape shapeB) {

Completed in 179 milliseconds