top of page

Lloyd’s Algorithm

  • Writer: David Mans
    David Mans
  • Jan 4, 2024
  • 1 min read

💻 Rhino 5, Grasshopper

🔼 Grasshopper 0.9.0075

🛠️ C# Component

This user object runs Lloyd’s Algorithm, an iterative implementation of a Voronoi Solution where each iteration uses the previous iteration area centers as the new seeds for the current iteration solution. The result is a successive evening or smoothing of cell distributions and aspect ratio.



bottom of page