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 override bool Equals(ForeignLoop other) { return(other == this); }