Uses of Class
com.jme3.bullet.collision.PhysicsRayTestResult
Packages that use PhysicsRayTestResult
-
Uses of PhysicsRayTestResult in com.jme3.bullet
Methods in com.jme3.bullet that return types with arguments of type PhysicsRayTestResultModifier and TypeMethodDescriptionPhysicsSpace.rayTest(com.jme3.math.Vector3f from, com.jme3.math.Vector3f to) Performs a ray collision test and returns the results as a list of PhysicsRayTestResultsPhysicsSpace.rayTest(com.jme3.math.Vector3f from, com.jme3.math.Vector3f to, List<PhysicsRayTestResult> results) Performs a ray collision test and returns the results as a list of PhysicsRayTestResultsMethod parameters in com.jme3.bullet with type arguments of type PhysicsRayTestResultModifier and TypeMethodDescriptionPhysicsSpace.rayTest(com.jme3.math.Vector3f from, com.jme3.math.Vector3f to, List<PhysicsRayTestResult> results) Performs a ray collision test and returns the results as a list of PhysicsRayTestResults