Searched refs:hitFraction (Results 1 – 5 of 5) sorted by relevance
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/ |
D | PhysicsRayTestResult.java | 44 private float hitFraction; field in PhysicsRayTestResult 50 …PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normal… in PhysicsRayTestResult() argument 53 this.hitFraction = hitFraction; in PhysicsRayTestResult() 75 return hitFraction; in getHitFraction() 85 …PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normal… in fill() argument 88 this.hitFraction = hitFraction; in fill()
|
D | PhysicsSweepTestResult.java | 44 private float hitFraction; field in PhysicsSweepTestResult 50 …PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normal… in PhysicsSweepTestResult() argument 53 this.hitFraction = hitFraction; in PhysicsSweepTestResult() 75 return hitFraction; in getHitFraction() 85 …PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normal… in fill() argument 88 this.hitFraction = hitFraction; in fill()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
D | PhysicsSweepTestResult.java | 44 private float hitFraction; field in PhysicsSweepTestResult 50 …PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normal… in PhysicsSweepTestResult() argument 53 this.hitFraction = hitFraction; in PhysicsSweepTestResult() 75 return hitFraction; in getHitFraction() 85 …PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normal… in fill() argument 88 this.hitFraction = hitFraction; in fill()
|
D | PhysicsRayTestResult.java | 46 private float hitFraction; field in PhysicsRayTestResult 73 return hitFraction; in getHitFraction()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/ |
D | PhysicsSpace.java | 681 …ts.add(new PhysicsRayTestResult(obj, Converter.convert(lrr.hitNormalLocal), lrr.hitFraction, bln)); in addSingleResult() 682 return lrr.hitFraction; in addSingleResult() 728 ….add(new PhysicsSweepTestResult(obj, Converter.convert(lcr.hitNormalLocal), lcr.hitFraction, bln)); in addSingleResult() 729 return lcr.hitFraction; in addSingleResult()
|