HomeSort by relevance Sort by last modified time
    Searched refs:hitNormalLocal (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsSweepTestResult.java 43 private Vector3f hitNormalLocal;
50 public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) {
52 this.hitNormalLocal = hitNormalLocal;
65 * @return the hitNormalLocal
68 return hitNormalLocal;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) {
87 this.hitNormalLocal = hitNormalLocal;
PhysicsRayTestResult.java 45 private Vector3f hitNormalLocal;
63 * @return the hitNormalLocal
66 return hitNormalLocal;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsRayTestResult.java 43 private Vector3f hitNormalLocal;
50 public PhysicsRayTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) {
52 this.hitNormalLocal = hitNormalLocal;
65 * @return the hitNormalLocal
68 return hitNormalLocal;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) {
87 this.hitNormalLocal = hitNormalLocal;
PhysicsSweepTestResult.java 43 private Vector3f hitNormalLocal;
50 public PhysicsSweepTestResult(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) {
52 this.hitNormalLocal = hitNormalLocal;
65 * @return the hitNormalLocal
68 return hitNormalLocal;
85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) {
87 this.hitNormalLocal = hitNormalLocal;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 681 results.add(new PhysicsRayTestResult(obj, Converter.convert(lrr.hitNormalLocal), lrr.hitFraction, bln));
    [all...]

Completed in 36 milliseconds