Home
last modified time | relevance | path

Searched refs:hitFraction (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsRayTestResult.java44 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()
DPhysicsSweepTestResult.java44 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/
DPhysicsSweepTestResult.java44 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()
DPhysicsRayTestResult.java46 private float hitFraction; field in PhysicsRayTestResult
73 return hitFraction; in getHitFraction()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
DPhysicsSpace.java681 …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()