Searched refs:hitNormalLocal (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsSweepTestResult.java43 private Vector3f hitNormalLocal; field in class:PhysicsSweepTestResult
50 public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
52 this.hitNormalLocal = hitNormalLocal;
65 * @return the hitNormalLocal
68 return hitNormalLocal;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
87 this.hitNormalLocal = hitNormalLocal;
H A DPhysicsRayTestResult.java45 private Vector3f hitNormalLocal; field in class:PhysicsRayTestResult
63 * @return the hitNormalLocal
66 return hitNormalLocal;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsRayTestResult.java43 private Vector3f hitNormalLocal; field in class:PhysicsRayTestResult
50 public PhysicsRayTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
52 this.hitNormalLocal = hitNormalLocal;
65 * @return the hitNormalLocal
68 return hitNormalLocal;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
87 this.hitNormalLocal = hitNormalLocal;
H A DPhysicsSweepTestResult.java43 private Vector3f hitNormalLocal; field in class:PhysicsSweepTestResult
50 public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
52 this.hitNormalLocal = hitNormalLocal;
65 * @return the hitNormalLocal
68 return hitNormalLocal;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { argument
87 this.hitNormalLocal = hitNormalLocal;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java681 results.add(new PhysicsRayTestResult(obj, Converter.convert(lrr.hitNormalLocal), lrr.hitFraction, bln));
728 results.add(new PhysicsSweepTestResult(obj, Converter.convert(lcr.hitNormalLocal), lcr.hitFraction, bln));

Completed in 62 milliseconds