Package imagingbook.common.geometry.delaunay.guibas


package imagingbook.common.geometry.delaunay.guibas
  • Classes
    Class
    Description
    This class represents a 2D edge (line segment), specified by its two end-points.
    Represents a 2D triangle, specified by three corner points.
    This is an implementation of the triangulation algorithm described in [1].