Beispiel #1
0
 protected BasePoint(BasePoint other)
 {
     this.X = other.X;
     this.Y = other.Y;
 }
		protected BasePoint(BasePoint other)
		{
			this.X = other.X;
			this.Y = other.Y;
		}