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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConeShape.cpp 36 btConeShapeX::btConeShapeX (btScalar radius,btScalar height):
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
107 btConeShapeX(btScalar radius,btScalar height);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConeShapeX.java 18 public class btConeShapeX extends btConeShape {
21 protected btConeShapeX(final String className, long cPtr, boolean cMemoryOwn) {
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) {
28 this("btConeShapeX", cPtr, cMemoryOwn);
39 public static long getCPtr(btConeShapeX obj) {
61 public btConeShapeX(float radius, float height) {

Completed in 40 milliseconds