예제 #1
0
 public BezierPatchForeignFin(ForeignLoop parent, ControlPoint[] points, int index)
     : base(parent)
 {
     Debug.Assert(points != null);
     this.points = points;
     this.index  = index;
 }
 public override bool Equals(ForeignLoop other)
 {
     return other == this;
 }
 public BezierPatchForeignFin(ForeignLoop parent, ControlPoint[] points, int index)
     : base(parent)
 {
     Debug.Assert(points != null);
     this.points = points;
     this.index = index;
 }
예제 #4
0
 public override bool Equals(ForeignLoop other)
 {
     return(other == this);
 }