Returns voronoi edge with index "index", coordinates of start and end
point are stored in the seg_... variables and 0 is returned if edge was
not available.
The main window displays the map editor and builds the interactions between
the window and the interaction handler as well as interactions between
menu items and actions.
Processes mouse presses:
- Left click selects a new object if no object is selected
- Left click without control down selects a coordinate if an object is currently selected
- Left click with control down add a new coordinate to the selected object
- Right click deselcted the current vertex if a vertex is selected,
deselects the current object or ends the interaction if no object is
selecteed
Processes mouse presses:
- Left click selects a new object if no object is selected
- Left click applies the new scale if an object was selected and the
mouse was moved
Processes mouse presses:
- Left click selects a new object and finds the neighbors
- Right click deselects an object or ends the interaction if no object
is selecteed
Class that contains the functionality for computing local generalized Voronoi
graphs (lGVGs) using Java's native interface to employ the VRONI voronoi
computation library.