Searched defs:hitFraction (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsRayTestResult.java46 private float hitFraction; field in class:PhysicsRayTestResult
70 * @return the hitFraction
73 return hitFraction;
H A DPhysicsSweepTestResult.java44 private float hitFraction; field in class:PhysicsSweepTestResult
50 public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
53 this.hitFraction = hitFraction;
72 * @return the hitFraction
75 return hitFraction;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
88 this.hitFraction = hitFraction;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsRayTestResult.java44 private float hitFraction; field in class:PhysicsRayTestResult
50 public PhysicsRayTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
53 this.hitFraction = hitFraction;
72 * @return the hitFraction
75 return hitFraction;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
88 this.hitFraction = hitFraction;
H A DPhysicsSweepTestResult.java44 private float hitFraction; field in class:PhysicsSweepTestResult
50 public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
53 this.hitFraction = hitFraction;
72 * @return the hitFraction
75 return hitFraction;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
88 this.hitFraction = hitFraction;

Completed in 77 milliseconds