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

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

com.jme3.bullet での PhysicsRayTestResult の使用
 

PhysicsRayTestResult 型の引数を持つ型を返す com.jme3.bullet のメソッド
 java.util.List<PhysicsRayTestResult> PhysicsSpace.rayTest(Vector3f from, Vector3f to)
          Performs a ray collision test and returns the results as a list of PhysicsRayTestResults
 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
 

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