home.social

#voronoi — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #voronoi, aggregated by home.social.

  1. A #Voronoi #Diagram partitions a plane into regions based on distance to a specific set of points, where every location in a cell is closer to its "seed" than to any other.

    It is a fundamental tool used in fields ranging from city planning and robotics to modeling the cellular structure of organic tissues.

    knowledgezone.co.in/kbits/6667

  2. #HowToThing #022 — Quasi-random lattice generator using thi.ng/lowdisc and thi.ng/geom-voronoi

    These infinite and parametric low-discrepancy sequence generators can be used to produce n-dimensional samples/points and are useful for a whole range of graphics (and more generally sampling related) topics and generative design techniques. The example also shows basic usage of the 2D Delaunay/Voronoi mesh, incl. obtaining cells which can be automatically clipped against a user-provided convex boundary polygon.

    Demo (reload to randomize):
    demo.thi.ng/umbrella/quasi-lat

    Source (more comments than code 😎):
    github.com/thi-ng/umbrella/tre

    Further reading:
    extremelearning.com.au/unreaso
    en.wikipedia.org/wiki/Low-disc

    #ThingUmbrella #Voronoi #Quasicrystal #Generative #Graphics #LowDiscrepancy #Sampling #Geometry #TypeScript #JavaScript #Tutorial