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 DbtConeShapeZ.java18 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 DbtConeShape.cpp30 btConeShapeZ::btConeShapeZ (btScalar radius,btScalar height): function in class:btConeShapeZ
H A DbtConeShape.h22 ///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 DbtCollisionWorldImporter.cpp999 btConeShapeZ* shape = new btConeShapeZ(radius,height);
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
H A DbtWorldImporter.cpp1750 btConeShapeZ* shape = new btConeShapeZ(radius,height);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
H A Dclasses.i113 SPECIFY_CLASS(btConeShapeZ, com.badlogic.gdx.physics.bullet.collision)
H A Dcollision_wrap.cpp22962 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