Home | History | Annotate | Download | only in bih

Lines Matching refs:Vector3f

36 import com.jme3.math.Vector3f;
40 private final Vector3f pointa = new Vector3f();
41 private final Vector3f pointb = new Vector3f();
42 private final Vector3f pointc = new Vector3f();
43 private final Vector3f center = new Vector3f();
45 public BIHTriangle(Vector3f p1, Vector3f p2, Vector3f p3) {
53 public Vector3f get1(){
57 public Vector3f get2(){
61 public Vector3f get3(){
65 public Vector3f getCenter() {
69 public Vector3f getNormal(){
70 Vector3f normal = new Vector3f(pointb);