/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btSimpleBroadphase.java | 77 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btSimpleBroadphase 81 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btSimpleBroadphase 85 public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback) { in rayTest() method in btSimpleBroadphase
|
D | btBroadphaseInterface.java | 77 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btBroadphaseInterface 81 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btBroadphaseInterface 85 public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback) { in rayTest() method in btBroadphaseInterface
|
D | btMultiSapBroadphase.java | 140 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btMultiSapBroadphase 144 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btMultiSapBroadphase 148 public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback) { in rayTest() method in btMultiSapBroadphase
|
D | btDbvtBroadphase.java | 232 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btDbvtBroadphase 236 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btDbvtBroadphase 240 public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback) { in rayTest() method in btDbvtBroadphase
|
D | btAxisSweep3InternalInt.java | 248 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btAxisSweep3InternalInt 252 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btAxisSweep3InternalInt 256 public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback) { in rayTest() method in btAxisSweep3InternalInt
|
D | btAxisSweep3InternalShort.java | 248 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btAxisSweep3InternalShort 252 …public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback, Vector3 a… in rayTest() method in btAxisSweep3InternalShort 256 public void rayTest(Vector3 rayFrom, Vector3 rayTo, btBroadphaseRayCallback rayCallback) { in rayTest() method in btAxisSweep3InternalShort
|
D | btGhostObject.java | 73 public void rayTest(Vector3 rayFromWorld, Vector3 rayToWorld, RayResultCallback resultCallback) { in rayTest() method in btGhostObject
|
D | btGImpactShapeInterface.java | 148 public void rayTest(Vector3 rayFrom, Vector3 rayTo, RayResultCallback resultCallback) { in rayTest() method in btGImpactShapeInterface
|
D | btCollisionWorld.java | 117 public void rayTest(Vector3 rayFromWorld, Vector3 rayToWorld, RayResultCallback resultCallback) { in rayTest() method in btCollisionWorld
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftRigidDynamicsWorld.cpp | 264 void btSoftRigidDynamicsWorld::rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, … in rayTest() function in btSoftRigidDynamicsWorld 272 m_broadphasePairCache->rayTest(rayFromWorld,rayToWorld,rayCB); in rayTest() 293 if (softBody->rayTest(rayFromTrans.getOrigin(), rayToTrans.getOrigin(), softResult)) in rayTestSingle()
|
D | btSoftRigidDynamicsWorld.h | 92 …virtual void rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, RayResultCallback…
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btBroadphaseInterface.h | 61 …virtual void rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCallback& ray…
|
D | btDbvtBroadphase.h | 110 …virtual void rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCallback&…
|
D | btMultiSapBroadphase.h | 114 …virtual void rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCallback& ray…
|
D | btSimpleBroadphase.h | 138 …virtual void rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCallback& ray…
|
D | btAxisSweep3.h | 152 …virtual void rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCallback& ray… 270 void btAxisSweep3Internal<BP_FP_INT_TYPE>::rayTest(const btVector3& rayFrom,const btVector3& rayTo,… in rayTest() function 274 m_raycastAccelerator->rayTest(rayFrom,rayTo,rayCallback,aabbMin,aabbMax); in rayTest()
|
D | btSimpleBroadphase.cpp | 157 void btSimpleBroadphase::rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCa… in rayTest() function in btSimpleBroadphase
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | RayCastTest.java | 84 world.collisionWorld.rayTest(rayFrom, rayTo, rayTestCB); in tap()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/ |
D | PhysicsSpace.java | 712 public List rayTest(Vector3f from, Vector3f to) { in rayTest() method in PhysicsSpace 714 rayTest(from, to, results); in rayTest() 721 …public List<PhysicsRayTestResult> rayTest(Vector3f from, Vector3f to, List<PhysicsRayTestResult> r… in rayTest() method in PhysicsSpace
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btGhostObject.h | 48 …void rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, btCollisionWorld::RayResu… in ATTRIBUTE_ALIGNED16()
|
D | btGhostObject.cpp | 146 void btGhostObject::rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, btCollision… in rayTest() function in btGhostObject
|
D | btCollisionWorld.cpp | 557 btDbvt::rayTest(dbvt->m_root, localRayFrom , localRayTo, rayCB); in rayTestSingleInternal() 924 void btCollisionWorld::rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, RayResul… in rayTest() function in btCollisionWorld 932 m_broadphasePairCache->rayTest(rayFromWorld,rayToWorld,rayCB); in rayTest() 1032 …m_broadphasePairCache->rayTest(convexFromTrans.getOrigin(),convexToTrans.getOrigin(),convexCB,cast… in convexSweepTest()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/ |
D | PhysicsSpace.java | 655 public List<PhysicsRayTestResult> rayTest(Vector3f from, Vector3f to) { in rayTest() method in PhysicsSpace 657 …dynamicsWorld.rayTest(Converter.convert(from, rayVec1), Converter.convert(to, rayVec2), new Intern… in rayTest() 664 …public List<PhysicsRayTestResult> rayTest(Vector3f from, Vector3f to, List<PhysicsRayTestResult> r… in rayTest() method in PhysicsSpace 666 …dynamicsWorld.rayTest(Converter.convert(from, rayVec1), Converter.convert(to, rayVec2), new Intern… in rayTest()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactShape.cpp | 144 void btGImpactMeshShape::rayTest(const btVector3& rayFrom, const btVector3& rayTo, btCollisionWorld… in rayTest() function in btGImpactMeshShape
|
D | btGImpactShape.h | 278 …virtual void rayTest(const btVector3& rayFrom, const btVector3& rayTo, btCollisionWorld::RayResult… in rayTest() function 1147 …virtual void rayTest(const btVector3& rayFrom, const btVector3& rayTo, btCollisionWorld::RayResult…
|