Uses of Class
com.jme3.bullet.collision.PhysicsSweepTestResult

Packages that use PhysicsSweepTestResult
com.jme3.bullet   
 

Uses of PhysicsSweepTestResult in com.jme3.bullet
 

Methods in com.jme3.bullet that return types with arguments of type PhysicsSweepTestResult
 java.util.List<PhysicsSweepTestResult> PhysicsSpace.sweepTest(CollisionShape shape, Transform start, Transform end)
          Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance > 0.4f).
 java.util.List<PhysicsSweepTestResult> PhysicsSpace.sweepTest(CollisionShape shape, Transform start, Transform end, java.util.List<PhysicsSweepTestResult> results)
          Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance > 0.4f).
 

Method parameters in com.jme3.bullet with type arguments of type PhysicsSweepTestResult
 java.util.List<PhysicsSweepTestResult> PhysicsSpace.sweepTest(CollisionShape shape, Transform start, Transform end, java.util.List<PhysicsSweepTestResult> results)
          Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance > 0.4f).