HomeSort by relevance Sort by last modified time
    Searched defs:performRaycast (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btBvhTriangleMeshShape.cpp 93 void btBvhTriangleMeshShape::performRaycast (btTriangleCallback* callback, const btVector3& raySource, const btVector3& rayTarget)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btBvhTriangleMeshShape.java 173 public void performRaycast(btTriangleCallback callback, Vector3 raySource, Vector3 rayTarget) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
TriangleRaycastTest.java 164 triangleShape.performRaycast(triangleRaycastCallback, rayFrom, rayTo);

Completed in 690 milliseconds