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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.h 57 ///calculateTemporalAabb calculates the enclosing aabb for the moving object over interval [0..timeStep)
59 void calculateTemporalAabb(const btTransform& curTrans,const btVector3& linvel,const btVector3& angvel,btScalar timeStep, btVector3& temporalAabbMin,btVector3& temporalAabbMax) const;
btCollisionShape.cpp 60 void btCollisionShape::calculateTemporalAabb(const btTransform& curTrans,const btVector3& linvel,const btVector3& angvel,btScalar timeStep, btVector3& temporalAabbMin,btVector3& temporalAabbMax) const
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btGhostObject.cpp 115 castShape->calculateTemporalAabb (R, linVel, angVel, 1.0, castShapeAabbMin, castShapeAabbMax);
btCollisionWorld.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionShape.java 167 public void calculateTemporalAabb(Matrix4 curTrans, Vector3 linvel, Vector3 angvel, float timeStep, Vector3 temporalAabbMin, Vector3 temporalAabbMax) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 282 milliseconds