public virtual ImmutablePointBuilder Set(ImmutablePoint other) { SetX(other.X); SetY(other.Y); ClearWs(); AddToWs(other.Ws); return this; }
public virtual ImmutablePointBuilder Set(ImmutablePoint other) { SetX(other.X); SetY(other.Y); ClearWs(); AddToWs(other.Ws); return(this); }
public ImmutablePoint(ImmutablePoint other) : base(other) { }