Exemple #1
0
 protected BasePointImmutable(BasePointImmutable other)
 {
     this.X = other.X;
     this.Y = other.Y;
     this.A = other.A;
 }
		protected BasePointImmutable(BasePointImmutable other)
		{
			this.X = other.X;
			this.Y = other.Y;
			this.A = other.A;
		}