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