Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorld.cpp489 struct RayTester : btDbvt::ICollide in rayTestSingleInternal() struct
491 const btCollisionObject* m_collisionObject; in rayTestSingleInternal()
492 const btCompoundShape* m_compoundShape; in rayTestSingleInternal()
493 const btTransform& m_colObjWorldTransform; in rayTestSingleInternal()
494 const btTransform& m_rayFromTrans; in rayTestSingleInternal()
495 const btTransform& m_rayToTrans; in rayTestSingleInternal()
496 RayResultCallback& m_resultCallback; in rayTestSingleInternal()
498 RayTester(const btCollisionObject* collisionObject, in rayTestSingleInternal() argument
514 void ProcessLeaf(int i) in rayTestSingleInternal()
535 void Process(const btDbvtNode* leaf) in rayTestSingleInternal()