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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btBox2dShape.h 41 btVector3 halfExtents = getHalfExtentsWithoutMargin();
47 const btVector3& getHalfExtentsWithoutMargin() const
55 btVector3 halfExtents = getHalfExtentsWithoutMargin();
66 const btVector3& halfExtents = getHalfExtentsWithoutMargin();
75 const btVector3& halfExtents = getHalfExtentsWithoutMargin();
202 btVector3 halfExtents = getHalfExtentsWithoutMargin();
213 btVector3 halfExtents = getHalfExtentsWithoutMargin();
314 btVector3 halfExtents = getHalfExtentsWithoutMargin();
btBoxShape.h 38 btVector3 halfExtents = getHalfExtentsWithoutMargin();
44 const btVector3& getHalfExtentsWithoutMargin() const
52 btVector3 halfExtents = getHalfExtentsWithoutMargin();
63 const btVector3& halfExtents = getHalfExtentsWithoutMargin();
72 const btVector3& halfExtents = getHalfExtentsWithoutMargin();
155 btVector3 halfExtents = getHalfExtentsWithoutMargin();
256 btVector3 halfExtents = getHalfExtentsWithoutMargin();
btCylinderShape.cpp 47 btTransformAabb(getHalfExtentsWithoutMargin(),getMargin(),t,aabbMin,aabbMax);
241 return CylinderLocalSupportX(getHalfExtentsWithoutMargin(),vec);
247 return CylinderLocalSupportZ(getHalfExtentsWithoutMargin(),vec);
251 return CylinderLocalSupportY(getHalfExtentsWithoutMargin(),vec);
258 supportVerticesOut[i] = CylinderLocalSupportY(getHalfExtentsWithoutMargin(),vectors[i]);
266 supportVerticesOut[i] = CylinderLocalSupportZ(getHalfExtentsWithoutMargin(),vectors[i]);
277 supportVerticesOut[i] = CylinderLocalSupportX(getHalfExtentsWithoutMargin(),vectors[i]);
btBox2dShape.cpp 24 btTransformAabb(getHalfExtentsWithoutMargin(),getMargin(),t,aabbMin,aabbMax);
btBoxShape.cpp 33 btTransformAabb(getHalfExtentsWithoutMargin(),getMargin(),t,aabbMin,aabbMax);
btCylinderShape.h 38 btVector3 halfExtents = getHalfExtentsWithoutMargin();
44 const btVector3& getHalfExtentsWithoutMargin() const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btBoxShape.java 65 public Vector3 getHalfExtentsWithoutMargin() {
btCylinderShape.java 65 public Vector3 getHalfExtentsWithoutMargin() {
btBox2dShape.java 65 public Vector3 getHalfExtentsWithoutMargin() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btSphereBoxCollisionAlgorithm.cpp 104 btVector3 const &boxHalfExtent = boxShape->getHalfExtentsWithoutMargin();
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 222 milliseconds