Searched refs:rayTest (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java712 public List rayTest(Vector3f from, Vector3f to) { method in class:PhysicsSpace
714 rayTest(from, to, results);
721 public List<PhysicsRayTestResult> rayTest(Vector3f from, Vector3f to, List<PhysicsRayTestResult> results) { method in class:PhysicsSpace
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java655 public List<PhysicsRayTestResult> rayTest(Vector3f from, Vector3f to) { method in class:PhysicsSpace
657 dynamicsWorld.rayTest(Converter.convert(from, rayVec1), Converter.convert(to, rayVec2), new InternalRayListener(results));
664 public List<PhysicsRayTestResult> rayTest(Vector3f from, Vector3f to, List<PhysicsRayTestResult> results) { method in class:PhysicsSpace
666 dynamicsWorld.rayTest(Converter.convert(from, rayVec1), Converter.convert(to, rayVec2), new InternalRayListener(results));
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_PhysicsSpace.cpp444 space->getDynamicsWorld()->rayTest(native_from, native_to, resultCallback);

Completed in 229 milliseconds