public void Remove(Point3D point) { points.Remove(point); }
public void Add(Point3D point) { points.Add(point); }