Beispiel #1
0
 public Line3D(Point3D a, Point3D b)
     : base(2)
 {
     this.points[0] = a;
     this.points[1] = b;
 }