Searched defs:btConeShapeX (Results 1 - 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
H A D | btConeShapeX.java | 18 public class btConeShapeX extends btConeShape { class in inherits:btConeShape 21 protected btConeShapeX(final String className, long cPtr, boolean cMemoryOwn) { method in class:btConeShapeX 26 /** Construct a new btConeShapeX, normally you should not need this constructor it's intended for low-level usage. */ 27 public btConeShapeX(long cPtr, boolean cMemoryOwn) { method in class:btConeShapeX 28 this("btConeShapeX", cPtr, cMemoryOwn); 39 public static long getCPtr(btConeShapeX obj) { 61 public btConeShapeX(float radius, float height) { method in class:btConeShapeX
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
H A D | btConeShape.cpp | 36 btConeShapeX::btConeShapeX (btScalar radius,btScalar height): function in class:btConeShapeX
|
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. 104 class btConeShapeX : public btConeShape class in inherits:btConeShape 107 btConeShapeX(btScalar radius,btScalar height);
|
Completed in 89 milliseconds