public GL_Vector getWeightedNormal() {
   return GL_Vector.vectorProduct(p1.pos, p2.pos, p3.pos);
 }