useDynLib(voronoifortune, .registration = TRUE)

export(voronoi)

importFrom(graphics, plot.default, segments)
importFrom(stats, median)

S3method(print, voronoi)
S3method(plot, voronoi)
