示例#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)
 {
 }