protected BasePoint(BasePoint other)
		{
			this.x = other.X;
			this.y = other.Y;
		}
Example #2
0
 protected BasePoint(BasePoint other)
 {
     this.x = other.X;
     this.y = other.Y;
 }