public void AddPoint(Point3 pt) { PointList.Add(pt); }
public Point4(Point3 pt3, float v) { point3 = pt3; V = v; }