クラス
com.jme3.bullet.collision.PhysicsSweepTestResult の使用

PhysicsSweepTestResult を使用しているパッケージ
com.jme3.bullet   
 

com.jme3.bullet での PhysicsSweepTestResult の使用
 

PhysicsSweepTestResult 型の引数を持つ型を返す com.jme3.bullet のメソッド
 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).
 

PhysicsSweepTestResult 型の型引数を持つ com.jme3.bullet のメソッドパラメータ
 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).