|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhysicsRayTestResult | |
---|---|
com.jme3.bullet |
Uses of PhysicsRayTestResult in com.jme3.bullet |
---|
Methods in com.jme3.bullet that return types with arguments of type PhysicsRayTestResult | |
---|---|
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTest(Vector3f from,
Vector3f to,
java.util.List<PhysicsRayTestResult> results)
Performs a ray collision test and returns the results as a list of PhysicsRayTestResults |
Method parameters in com.jme3.bullet with type arguments of type PhysicsRayTestResult | |
---|---|
void |
PhysicsSpace.rayTest_native(Vector3f from,
Vector3f to,
long physicsSpaceId,
java.util.List<PhysicsRayTestResult> results)
|
java.util.List<PhysicsRayTestResult> |
PhysicsSpace.rayTest(Vector3f from,
Vector3f to,
java.util.List<PhysicsRayTestResult> results)
Performs a ray collision test and returns the results as a list of PhysicsRayTestResults |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |