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
Last revisionBoth sides next revision
tutorial:voronoi [2014/01/03 15:45] – external edit 127.0.0.1user_guide:tutorials:voronoi [2019/01/25 09:38] – ↷ Page moved from user_guide:voronoi to user_guide:tutorials: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