Searched refs:hitNormalLocal (Results 1 – 5 of 5) sorted by relevance
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/ |
D | PhysicsRayTestResult.java | 43 private Vector3f hitNormalLocal; field in PhysicsRayTestResult 50 …public PhysicsRayTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float… in PhysicsRayTestResult() argument 52 this.hitNormalLocal = hitNormalLocal; in PhysicsRayTestResult() 68 return hitNormalLocal; in getHitNormalLocal() 85 …public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFractio… in fill() argument 87 this.hitNormalLocal = hitNormalLocal; in fill()
|
D | PhysicsSweepTestResult.java | 43 private Vector3f hitNormalLocal; field in PhysicsSweepTestResult 50 …public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, flo… in PhysicsSweepTestResult() argument 52 this.hitNormalLocal = hitNormalLocal; in PhysicsSweepTestResult() 68 return hitNormalLocal; in getHitNormalLocal() 85 …public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFractio… in fill() argument 87 this.hitNormalLocal = hitNormalLocal; in fill()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
D | PhysicsSweepTestResult.java | 43 private Vector3f hitNormalLocal; field in PhysicsSweepTestResult 50 …public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, flo… in PhysicsSweepTestResult() argument 52 this.hitNormalLocal = hitNormalLocal; in PhysicsSweepTestResult() 68 return hitNormalLocal; in getHitNormalLocal() 85 …public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFractio… in fill() argument 87 this.hitNormalLocal = hitNormalLocal; in fill()
|
D | PhysicsRayTestResult.java | 45 private Vector3f hitNormalLocal; field in PhysicsRayTestResult 66 return hitNormalLocal; in getHitNormalLocal()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/ |
D | PhysicsSpace.java | 681 …results.add(new PhysicsRayTestResult(obj, Converter.convert(lrr.hitNormalLocal), lrr.hitFraction, … in addSingleResult() 728 …results.add(new PhysicsSweepTestResult(obj, Converter.convert(lcr.hitNormalLocal), lcr.hitFraction… in addSingleResult()
|