| Package | Description |
|---|---|
| com.jme3.bullet |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTest(com.jme3.math.Vector3f from,
com.jme3.math.Vector3f to)
Perform a ray-collision test and return the results as a list of
PhysicsRayTestResults sorted by ascending hitFraction.
|
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTest(com.jme3.math.Vector3f from,
com.jme3.math.Vector3f to,
java.util.List<PhysicsRayTestResult> results)
Perform a ray-collision test and return the results as a list of
PhysicsRayTestResults sorted by ascending hitFraction.
|
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTestRaw(com.jme3.math.Vector3f from,
com.jme3.math.Vector3f to)
Perform a ray-collision test and return the results as a list of
PhysicsRayTestResults in arbitrary order.
|
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTestRaw(com.jme3.math.Vector3f from,
com.jme3.math.Vector3f to,
java.util.List<PhysicsRayTestResult> results)
Perform a ray-collision test and return the results as a list of
PhysicsRayTestResults in arbitrary order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicsSpace.rayTest_native(com.jme3.math.Vector3f from,
com.jme3.math.Vector3f to,
long physicsSpaceId,
java.util.List<PhysicsRayTestResult> results,
int flags) |
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTest(com.jme3.math.Vector3f from,
com.jme3.math.Vector3f to,
java.util.List<PhysicsRayTestResult> results)
Perform a ray-collision test and return the results as a list of
PhysicsRayTestResults sorted by ascending hitFraction.
|
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTestRaw(com.jme3.math.Vector3f from,
com.jme3.math.Vector3f to,
java.util.List<PhysicsRayTestResult> results)
Perform a ray-collision test and return the results as a list of
PhysicsRayTestResults in arbitrary order.
|