Пример #1
0
 public Poly()
 {
     Verts = new DynamicArray <Vertex>();
     P     = new Plane();
 }