Home
last modified time | relevance | path

Searched refs:btConvexHullShape (Results 1 – 23 of 23) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexHullShape.cpp26 btConvexHullShape ::btConvexHullShape (const btScalar* points,int numPoints,int stride) : btPolyhed… in btConvexHullShape() function in btConvexHullShape
46 void btConvexHullShape::setLocalScaling(const btVector3& scaling) in setLocalScaling()
52 void btConvexHullShape::addPoint(const btVector3& point, bool recalculateLocalAabb) in addPoint()
60 btVector3 btConvexHullShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin()
76 void btConvexHullShape::batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,… in batchedUnitVectorGetSupportingVertexWithoutMargin()
106 btVector3 btConvexHullShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex()
133 int btConvexHullShape::getNumVertices() const in getNumVertices()
138 int btConvexHullShape::getNumEdges() const in getNumEdges()
143 void btConvexHullShape::getEdge(int i,btVector3& pa,btVector3& pb) const in getEdge()
152 void btConvexHullShape::getVertex(int i,btVector3& vtx) const in getVertex()
[all …]
DbtConvexHullShape.h26 ATTRIBUTE_ALIGNED16(class) btConvexHullShape : public btPolyhedralConvexAabbCachingShape in ATTRIBUTE_ALIGNED16()
37 btConvexHullShape(const btScalar* points=0,int numPoints=0, int stride=sizeof(btVector3)); in ATTRIBUTE_ALIGNED16()
115 SIMD_FORCE_INLINE int btConvexHullShape::calculateSerializeBufferSize() const in calculateSerializeBufferSize()
DbtConvexShape.cpp289 btConvexHullShape* convexHullShape = (btConvexHullShape*)this; in localGetSupportVertexWithoutMarginNonVirtual()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConvexHullShape.java18 public class btConvexHullShape extends btPolyhedralConvexAabbCachingShape { class
21 protected btConvexHullShape(final String className, long cPtr, boolean cMemoryOwn) { in btConvexHullShape() method in btConvexHullShape
27 public btConvexHullShape(long cPtr, boolean cMemoryOwn) { in btConvexHullShape() method in btConvexHullShape
39 public static long getCPtr(btConvexHullShape obj) { in getCPtr()
66 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints, int stride) { in btConvexHullShape() method in btConvexHullShape
67 this(btConvexHullShape.SwigConstructbtConvexHullShape(points, numPoints, stride), true); in btConvexHullShape()
75 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints) { in btConvexHullShape() method in btConvexHullShape
76 this(btConvexHullShape.SwigConstructbtConvexHullShape(points, numPoints), true); in btConvexHullShape()
84 public btConvexHullShape(java.nio.FloatBuffer points) { in btConvexHullShape() method in btConvexHullShape
85 this(btConvexHullShape.SwigConstructbtConvexHullShape(points), true); in btConvexHullShape()
[all …]
DbtCollisionShape.java79 return new btConvexHullShape(swigCPtr, owner); in newDerivedObject()
DCollisionJNI.java967 …public final static native void btConvexHullShape_addPoint__SWIG_0(long jarg1, btConvexHullShape j… in btConvexHullShape_addPoint__SWIG_0()
968 …public final static native void btConvexHullShape_addPoint__SWIG_1(long jarg1, btConvexHullShape j… in btConvexHullShape_addPoint__SWIG_1()
969 …atic native long btConvexHullShape_getUnscaledPoints__SWIG_0(long jarg1, btConvexHullShape jarg1_); in btConvexHullShape_getUnscaledPoints__SWIG_0()
970 public final static native long btConvexHullShape_getPoints(long jarg1, btConvexHullShape jarg1_); in btConvexHullShape_getPoints()
971 …public final static native Vector3 btConvexHullShape_getScaledPoint(long jarg1, btConvexHullShape in btConvexHullShape_getScaledPoint()
972 …public final static native int btConvexHullShape_getNumPoints(long jarg1, btConvexHullShape jarg1_… in btConvexHullShape_getNumPoints()
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DbtConvexHullShape.i1 %module btConvexHullShape
8 %extend btConvexHullShape {
9 btConvexHullShape(const btShapeHull *hull) { in btConvexHullShape() function
10 btConvexHullShape *result = new btConvexHullShape(); in btConvexHullShape()
DbtCollisionShape.i28 return new btConvexHullShape(swigCPtr, owner); in newDerivedObject()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DConvexHullTest.java24 import com.badlogic.gdx.physics.bullet.collision.btConvexHullShape;
55 public static btConvexHullShape createConvexHullShape (final Model model, boolean optimize) { in createConvexHullShape()
57 …final btConvexHullShape shape = new btConvexHullShape(mesh.getVerticesBuffer(), mesh.getNumVertice… in createConvexHullShape()
62 final btConvexHullShape result = new btConvexHullShape(hull); in createConvexHullShape()
DConvexHullDistanceTest.java33 import com.badlogic.gdx.physics.bullet.collision.btConvexHullShape;
99 public static btConvexHullShape createConvexHullShape (final Model model, boolean optimize) { in createConvexHullShape()
101 …final btConvexHullShape shape = new btConvexHullShape(mesh.getVerticesBuffer(), mesh.getNumVertice… in createConvexHullShape()
106 final btConvexHullShape result = new btConvexHullShape(hull); in createConvexHullShape()
DFrustumCullingTest.java38 import com.badlogic.gdx.physics.bullet.collision.btConvexHullShape;
84 final btConvexHullShape hullShape = new btConvexHullShape(); in createFrustumObject()
91 final btConvexHullShape shape = new btConvexHullShape(); in createFrustumObject()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyConcaveCollisionAlgorithm.cpp152 btConvexHullShape* tm = new btConvexHullShape(&pts[0].getX(),6); in processTriangle()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorldImporter.cpp488 btConvexHullShape* hullShape = createConvexHullShape(); in convertCollisionShape()
1055 btConvexHullShape* btCollisionWorldImporter::createConvexHullShape() in createConvexHullShape()
1057 btConvexHullShape* shape = new btConvexHullShape(); in createConvexHullShape()
DbtCollisionWorldImporter.h172 virtual class btConvexHullShape* createConvexHullShape();
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/
DCMakeLists.txt49 CollisionShapes/btConvexHullShape.cpp
159 CollisionShapes/btConvexHullShape.h
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
Dextras_wrap.h41 virtual btConvexHullShape *createConvexHullShape();
Dextras_wrap.cpp2269 btConvexHullShape *SwigDirector_btBulletWorldImporter::createConvexHullShape() { in createConvexHullShape()
2270 btConvexHullShape *c_result = 0 ; in createConvexHullShape()
2288 c_result = *(btConvexHullShape **)&jresult; in createConvexHullShape()
4232 btConvexHullShape *result = 0 ; in Java_com_badlogic_gdx_physics_bullet_extras_ExtrasJNI_btWorldImporter_1createConvexHullShape()
4238 result = (btConvexHullShape *)(arg1)->createConvexHullShape(); in Java_com_badlogic_gdx_physics_bullet_extras_ExtrasJNI_btWorldImporter_1createConvexHullShape()
4239 *(btConvexHullShape **)&jresult = result; in Java_com_badlogic_gdx_physics_bullet_extras_ExtrasJNI_btWorldImporter_1createConvexHullShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
DbtWorldImporter.java238 public btConvexHullShape createConvexHullShape() { in createConvexHullShape()
240 return (cPtr == 0) ? null : new btConvexHullShape(cPtr, false); in createConvexHullShape()
DExtrasJNI.java184 return btConvexHullShape.getCPtr(jself.createConvexHullShape()); in SwigDirector_btBulletWorldImporter_createConvexHullShape()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.h181 virtual class btConvexHullShape* createConvexHullShape();
DbtWorldImporter.cpp377 btConvexHullShape* hullShape = createConvexHullShape(); in convertCollisionShape()
1807 btConvexHullShape* btWorldImporter::createConvexHullShape() in createConvexHullShape()
1809 btConvexHullShape* shape = new btConvexHullShape(); in createConvexHullShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dclasses.i123 SPECIFY_CLASS(btConvexHullShape, com.badlogic.gdx.physics.bullet.collision)
Dcollision_wrap.cpp1803 SWIGINTERN btConvexHullShape *new_btConvexHullShape__SWIG_4(btShapeHull const *hull){ in new_btConvexHullShape__SWIG_4()
1804 btConvexHullShape *result = new btConvexHullShape(); in new_btConvexHullShape__SWIG_4()
21385 btConvexHullShape *result = 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_10()
21397 result = (btConvexHullShape *)new btConvexHullShape((btScalar const *)arg1,arg2,arg3); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_10()
21398 *(btConvexHullShape **)&jresult = result; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_10()
21408 btConvexHullShape *result = 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_11()
21419 result = (btConvexHullShape *)new btConvexHullShape((btScalar const *)arg1,arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_11()
21420 *(btConvexHullShape **)&jresult = result; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_11()
21429 btConvexHullShape *result = 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_12()
21439 result = (btConvexHullShape *)new btConvexHullShape((btScalar const *)arg1); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvexHullShape_1_1SWIG_12()
[all …]