user_guide:tutorials:voronoi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:voronoi [2014/01/03 15:45] – external edit 127.0.0.1user_guide:voronoi [2019/01/25 09:27] – ↷ Page moved from tutorial:voronoi to user_guide:voronoi oroehrig
Line 3: Line 3:
 Voronoi diagrams are constructed from their sites (given in homogeneous coordinates). Voronoi diagrams are constructed from their sites (given in homogeneous coordinates).
 <code> <code>
-$VD = new VoronoiDiagram(SITES=>[[1,1,1],[1,0,1],[1,-1,1],[1,1,-1],[1,0,-1],[1,-1,-1]]); +polytope > $VD = new VoronoiDiagram(SITES=>[[1,1,1],[1,0,1],[1,-1,1],[1,1,-1],[1,0,-1],[1,-1,-1]]); 
-$VD->VISUAL_VORONOI;+polytope > $VD->VISUAL_VORONOI;
 </code> </code>
  
  • user_guide/tutorials/voronoi.txt
  • Last modified: 2019/02/04 22:55
  • by 127.0.0.1