コード例 #1
0
ファイル: Shape.cs プロジェクト: iShapeUnity/Geometry
 public Shape(IntShape shape, IntGeom iGeom)
 {
     this.hull  = iGeom.Float(shape.hull);
     this.holes = iGeom.Float(shape.holes);
 }
コード例 #2
0
ファイル: Shape.cs プロジェクト: iShapeUnity/Geometry
 public Shape(IntShape shape) : this(shape, IntGeom.DefGeom)
 {
 }