Exemple #1
0
 public MyPolygon(MyPlane p)
 {
     normal      = p.Normal();
     belongPlane = p;
 }