Home | History | Annotate | Download | only in optimize

Lines Matching refs:Vector3f

35 import com.jme3.math.Vector3f;
39 private final Vector3f pointa = new Vector3f();
40 private final Vector3f pointb = new Vector3f();
41 private final Vector3f pointc = new Vector3f();
45 public OCTTriangle(Vector3f p1, Vector3f p2, Vector3f p3, int index, int geomIndex) {
61 public Vector3f get1(){
65 public Vector3f get2(){
69 public Vector3f get3(){
73 public Vector3f getNormal(){
74 Vector3f normal = new Vector3f(pointb);