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