コード例 #1
0
 public VertexEntry()
 {
     this.Edges = EdgeListPool.Get();
     this.Faces = FaceListPool.Get();
 }
コード例 #2
0
 public FaceEntry()
 {
     this.Vertices = VertexListPool.Get();
     this.Edges    = EdgeListPool.Get();
 }