Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtDbvt.h957 const btVector3& rayDirectionInverse, in rayTestInternal()
1019 btVector3 rayDirectionInverse; in rayTest() local
DbtQuantizedBvh.cpp495 btVector3 rayDirectionInverse; in walkStacklessTreeAgainstRay() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtDbvt.java617 …yTestInternal(btDbvtNode root, Vector3 rayFrom, Vector3 rayTo, Vector3 rayDirectionInverse, long[]… in rayTestInternal()