package ProGAL.geom3d.kineticDelaunay; public class EdgePoints { Vertex p0; Vertex p1; public EdgePoints(Vertex p0, Vertex p1) { if (p0.getId()