Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtSimpleBroadphase.java77 …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
DbtBroadphaseInterface.java77 …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
DbtMultiSapBroadphase.java140 …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
DbtDbvtBroadphase.java232 …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
DbtAxisSweep3InternalInt.java248 …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
DbtAxisSweep3InternalShort.java248 …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
DbtGhostObject.java73 public void rayTest(Vector3 rayFromWorld, Vector3 rayToWorld, RayResultCallback resultCallback) { in rayTest() method in btGhostObject
DbtGImpactShapeInterface.java148 public void rayTest(Vector3 rayFrom, Vector3 rayTo, RayResultCallback resultCallback) { in rayTest() method in btGImpactShapeInterface
DbtCollisionWorld.java117 public void rayTest(Vector3 rayFromWorld, Vector3 rayToWorld, RayResultCallback resultCallback) { in rayTest() method in btCollisionWorld
DbtDbvt.java613 public static void rayTest(btDbvtNode root, Vector3 rayFrom, Vector3 rayTo, ICollide policy) { in rayTest() method in btDbvt
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtGhostObject.cpp146 void btGhostObject::rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, btCollision… in rayTest() function in btGhostObject
DbtCollisionWorld.cpp924 void btCollisionWorld::rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, RayResul… in rayTest() function in btCollisionWorld
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactShape.cpp144 void btGImpactMeshShape::rayTest(const btVector3& rayFrom, const btVector3& rayTo, btCollisionWorld… in rayTest() function in btGImpactMeshShape
DbtGImpactShape.h278 …virtual void rayTest(const btVector3& rayFrom, const btVector3& rayTo, btCollisionWorld::RayResult… in rayTest() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftRigidDynamicsWorld.cpp264 void btSoftRigidDynamicsWorld::rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, … in rayTest() function in btSoftRigidDynamicsWorld
DbtSoftBody.cpp1697 bool btSoftBody::rayTest(const btVector3& rayFrom, in rayTest() function in btSoftBody
2142 int btSoftBody::rayTest(const btVector3& rayFrom,const btVector3& rayTo, in rayTest() function in btSoftBody
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtSimpleBroadphase.cpp157 void btSimpleBroadphase::rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCa… in rayTest() function in btSimpleBroadphase
DbtMultiSapBroadphase.cpp159 void btMultiSapBroadphase::rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRay… in rayTest() function in btMultiSapBroadphase
DbtDbvtBroadphase.cpp227 void btDbvtBroadphase::rayTest(const btVector3& rayFrom,const btVector3& rayTo, btBroadphaseRayCall… in rayTest() function in btDbvtBroadphase
DbtAxisSweep3.h270 void btAxisSweep3Internal<BP_FP_INT_TYPE>::rayTest(const btVector3& rayFrom,const btVector3& rayTo,… in rayTest() function
DbtDbvt.h1007 inline void btDbvt::rayTest( const btDbvtNode* root, in rayTest() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java4156 public boolean rayTest(Vector3 rayFrom, Vector3 rayTo, btSoftBody.sRayCast results) { in rayTest() method in btSoftBody
4224 …public int rayTest(Vector3 rayFrom, Vector3 rayTo, SWIGTYPE_p_float mint, SWIGTYPE_p_btSoftBody__e… in rayTest() method in btSoftBody