Searched refs:btConeShapeZ (Results 1 - 7 of 7) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
H A D | btConeShapeZ.java | 18 public class btConeShapeZ extends btConeShape { class in inherits:btConeShape 21 protected btConeShapeZ(final String className, long cPtr, boolean cMemoryOwn) { method in class:btConeShapeZ 26 /** Construct a new btConeShapeZ, normally you should not need this constructor it's intended for low-level usage. */ 27 public btConeShapeZ(long cPtr, boolean cMemoryOwn) { method in class:btConeShapeZ 28 this("btConeShapeZ", cPtr, cMemoryOwn); 39 public static long getCPtr(btConeShapeZ obj) { 61 public btConeShapeZ(float radius, float height) { method in class:btConeShapeZ
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
H A D | btConeShape.cpp | 30 btConeShapeZ::btConeShapeZ (btScalar radius,btScalar height): function in class:btConeShapeZ
|
H A D | btConeShape.h | 22 ///The btConeShape implements a cone shape primitive, centered around the origin and aligned with the Y axis. The btConeShapeX is aligned around the X axis and btConeShapeZ around the Z axis. 123 ///btConeShapeZ implements a Cone shape, around the Z axis 124 class btConeShapeZ : public btConeShape class in inherits:btConeShape 127 btConeShapeZ(btScalar radius,btScalar height);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
H A D | btCollisionWorldImporter.cpp | 999 btConeShapeZ* shape = new btConeShapeZ(radius,height);
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/ |
H A D | btWorldImporter.cpp | 1750 btConeShapeZ* shape = new btConeShapeZ(radius,height);
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
H A D | classes.i | 113 SPECIFY_CLASS(btConeShapeZ, com.badlogic.gdx.physics.bullet.collision)
|
H A D | collision_wrap.cpp | 22962 btConeShapeZ *result = 0 ; 22968 result = (btConeShapeZ *)new btConeShapeZ(arg1,arg2); 22969 *(btConeShapeZ **)&jresult = result; 22975 btConeShapeZ *arg1 = (btConeShapeZ *) 0 ; 22979 arg1 = *(btConeShapeZ **)&jarg1; [all...] |
Completed in 468 milliseconds