Ejemplo n.º 1
0
 public VertexEntry()
 {
     this.Edges = EdgeListPool.Get();
     this.Faces = FaceListPool.Get();
 }
Ejemplo n.º 2
0
 public FaceEntry()
 {
     this.Vertices = VertexListPool.Get();
     this.Edges    = EdgeListPool.Get();
 }