Home
last modified time | relevance | path

Searched defs:btConeShape (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConeShape.java18 public class btConeShape extends btConvexInternalShape { class
21 protected btConeShape(final String className, long cPtr, boolean cMemoryOwn) { in btConeShape() method in btConeShape
27 public btConeShape(long cPtr, boolean cMemoryOwn) { in btConeShape() method in btConeShape
61 public btConeShape(float radius, float height) { in btConeShape() method in btConeShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConeShape.cpp20 btConeShape::btConeShape (btScalar radius,btScalar height): btConvexInternalShape (), in btConeShape() function in btConeShape