예제 #1
0
 public Vertex getIntersection(Plane p1, Plane p2, Plane p3)
 {
     return getIntersection(p1.getNormal(), p2.getNormal(), p3.getNormal(), (float)(p1.getD()), (float)(p2.getD()), (float)(p3.getD()));
 }
예제 #2
0
 public Vertex getIntersection(Plane p1, Plane p2, Plane p3)
 {
     return(getIntersection(p1.getNormal(), p2.getNormal(), p3.getNormal(), (float)(p1.getD()), (float)(p2.getD()), (float)(p3.getD())));
 }