|   | New Point Set Asks for the wanted number of points and creates a uniformly distributed random point set. | 
|   | Load Points Shows a "Open file" dialog. A readable file is supposed to consist of 
 | 
|   | Save Points Shows a "Save file" dialog and saves the current points in the same format as expected by "Load Points". | 
|   | Step Performs one Lloyd step. | 
|   | Play Starts performing repeated Lloyd steps. | 
|   | Show 8 copies Shows eight periodic copies arranged in a 2x2x2 cube. This is useful for small point sets to better see what the Voronoi cells look like. | 
|   | 2D version Switches to 2D. The 2D version is simulated using the 3D periodic triangulation, so it is very slow. The 2D version only works for random point sets. |