HomeSort by relevance Sort by last modified time
    Searched refs:getHalfHeight (Results 1 - 7 of 7) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCapsuleShape.cpp 56 pos[getUpAxis()] = getHalfHeight();
68 pos[getUpAxis()] = -getHalfHeight();
98 pos[getUpAxis()] = getHalfHeight();
109 pos[getUpAxis()] = -getHalfHeight();
134 halfExtents[getUpAxis()]+=getHalfHeight();
btCapsuleShape.h 64 halfExtents[m_upAxis] = getRadius() + getHalfHeight();
90 btScalar getHalfHeight() const
btConvexShape.cpp 230 btScalar halfHeight = capsuleShape->getHalfHeight();
429 halfExtents[m_upAxis] = capsuleShape->getRadius() + capsuleShape->getHalfHeight();
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCapsuleShape.java 73 public float getHalfHeight() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvexConvexAlgorithm.cpp 322 btScalar dist = capsuleCapsuleDistance(normalOnB, pointOnBWorld,capsuleA->getHalfHeight(),capsuleA->getRadius(),
323 capsuleB->getHalfHeight(),capsuleB->getRadius(),capsuleA->getUpAxis(),capsuleB->getUpAxis(),
btCollisionWorld.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 685 milliseconds