gorhill / Javascript-Voronoi

A Javascript implementation of Fortune's algorithm to compute Voronoi cells
http://www.raymondhill.net/voronoi/
Other
1.03k stars 166 forks source link

Feature request: segment as site #20

Closed be5invis closed 9 years ago

be5invis commented 9 years ago

There are Voronoi diagram variants which the sites include straight segments. The result may contain parabola arcs.

An example image:

Example

gorhill commented 9 years ago

It's more than just a feature request, you are asking me to make something completely new, which something new will add a lot of code of quite probably render less efficient the basic case to compute a Voronoi diagram from point -- which is the main and only purpose of this code.

This belongs to another, new project.