예제 #1
0
 public Shape(IntShape shape, IntGeom iGeom)
 {
     this.hull  = iGeom.Float(shape.hull);
     this.holes = iGeom.Float(shape.holes);
 }
예제 #2
0
 public Shape(IntShape shape) : this(shape, IntGeom.DefGeom)
 {
 }