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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCapsuleShape.cpp 163 btCapsuleShapeZ::btCapsuleShapeZ(btScalar radius,btScalar height)
btCapsuleShape.h 23 ///The btCapsuleShape represents a capsule around the Y axis, there is also the btCapsuleShapeX aligned around the X axis and btCapsuleShapeZ around the Z axis.
32 ///only used for btCapsuleShapeZ and btCapsuleShapeX subclasses.
142 ///btCapsuleShapeZ represents a capsule around the Z axis
144 class btCapsuleShapeZ : public btCapsuleShape
147 btCapsuleShapeZ(btScalar radius,btScalar height);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCapsuleShapeZ.java 18 public class btCapsuleShapeZ extends btCapsuleShape {
21 protected btCapsuleShapeZ(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btCapsuleShapeZ, normally you should not need this constructor it's intended for low-level usage. */
27 public btCapsuleShapeZ(long cPtr, boolean cMemoryOwn) {
28 this("btCapsuleShapeZ", cPtr, cMemoryOwn);
39 public static long getCPtr(btCapsuleShapeZ obj) {
61 public btCapsuleShapeZ(float radius, float height) {

Completed in 308 milliseconds