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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConeShape.cpp 30 btConeShapeZ::btConeShapeZ (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.
123 ///btConeShapeZ implements a Cone shape, around the Z axis
124 class btConeShapeZ : public btConeShape
127 btConeShapeZ(btScalar radius,btScalar height);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConeShapeZ.java 18 public class btConeShapeZ extends btConeShape {
21 protected btConeShapeZ(final String className, long cPtr, boolean cMemoryOwn) {
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) {
28 this("btConeShapeZ", cPtr, cMemoryOwn);
39 public static long getCPtr(btConeShapeZ obj) {
61 public btConeShapeZ(float radius, float height) {

Completed in 693 milliseconds