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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConeShape.cpp 16 #include "btConeShape.h"
20 btConeShape::btConeShape (btScalar radius,btScalar height): btConvexInternalShape (),
31 btConeShape(radius,height)
37 btConeShape(radius,height)
43 void btConeShape::setConeUpIndex(int upIndex)
71 btVector3 btConeShape::coneLocalSupport(const btVector3& v) const
106 btVector3 btConeShape::localGetSupportingVertexWithoutMargin(const btVector3& vec) const
111 void btConeShape::batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const
121 btVector3 btConeShape::localGetSupportingVertex(const btVector3& vec) cons
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConeShape.java 18 public class btConeShape extends btConvexInternalShape {
21 protected btConeShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btConeShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btConeShape(long cPtr, boolean cMemoryOwn) {
28 this("btConeShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btConeShape obj) {
61 public btConeShape(float radius, float height) {

Completed in 430 milliseconds