コード例 #1
0
ファイル: PolyCurve.cs プロジェクト: lulzzz/Nucleus
 /// <summary>
 /// Creates a new polycurve as a copy of another one
 /// </summary>
 /// <param name="other"></param>
 public PolyCurve(PolyCurve other)
     : this(other.FastDuplicateSubCurves(), other.Attributes)
 {
 }