| Package | Description |
|---|---|
| com.jme3.bullet |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PhysicsSweepTestResult> |
PhysicsSpace.sweepTest(CollisionShape shape,
com.jme3.math.Transform start,
com.jme3.math.Transform end)
Perform a sweep-collision test and return the results as a new list.
|
java.util.List<PhysicsSweepTestResult> |
PhysicsSpace.sweepTest(CollisionShape shape,
com.jme3.math.Transform start,
com.jme3.math.Transform end,
java.util.List<PhysicsSweepTestResult> results)
Perform a sweep-collision test and store the results in an existing list.
|
java.util.List<PhysicsSweepTestResult> |
PhysicsSpace.sweepTest(CollisionShape shape,
com.jme3.math.Transform start,
com.jme3.math.Transform end,
java.util.List<PhysicsSweepTestResult> results,
float allowedCcdPenetration)
Perform a sweep-collision test and store the results in an existing list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicsSpace.sweepTest_native(long shape,
com.jme3.math.Transform from,
com.jme3.math.Transform to,
long physicsSpaceId,
java.util.List<PhysicsSweepTestResult> results,
float allowedCcdPenetration) |
java.util.List<PhysicsSweepTestResult> |
PhysicsSpace.sweepTest(CollisionShape shape,
com.jme3.math.Transform start,
com.jme3.math.Transform end,
java.util.List<PhysicsSweepTestResult> results)
Perform a sweep-collision test and store the results in an existing list.
|
java.util.List<PhysicsSweepTestResult> |
PhysicsSpace.sweepTest(CollisionShape shape,
com.jme3.math.Transform start,
com.jme3.math.Transform end,
java.util.List<PhysicsSweepTestResult> results,
float allowedCcdPenetration)
Perform a sweep-collision test and store the results in an existing list.
|