Example #1
0
 public void Remove(Point3D point)
 {
     this.points.Remove(point);
 }
Example #2
0
 //public Point3D()
 //{
 //}
 static Point3D()
 {
     start = new Point3D(0, 0, 0);
 }
Example #3
0
 public void Add(Point3D point)
 {
     this.points.Add(point);
 }