Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
3 results tagged geometry  ✕
PyDelaunay: Python implementation of Delaunay and Voronoi Tessellation https://github.com/bennycheung/PyDelaunay
Sat 15 Jun 2019 07:29:15 PM CEST
QRCode

The set of all points closest to a given point in a point set than to all other points in the set is an interesting spatial structure called a Voronoi Polygon for the point. The union of all the Voronoi polygons for a point set is called Voronoi Tessellation.

Many applications have been found based on the neighbourhood information provided by this tessellation. The dual of Voronoi tessellation is Delaunay Tessellation, also referred to as Delaunay Triangulation or Triangulated Irregular Network (TIN), which are lines drawn between points where their Voronoi polygons have an edge in common.

Delaunay tessellation is the most fundamental neighbourhood structure because many other important neighbourhood structures, such as, Gabriel Graph, Relative Neighbourhood Graph and Minimal Spanning Tree, can be derived from it.

coding_lang:python geometry graphics library opensource software source_code
Model of Spatial Construction http://bennycheung.github.io/model-of-spatial-construction
Sat 09 Jul 2016 11:24:49 PM CEST
QRCode

image

We shall introduce PyDelaunay as a practical spatial construction. It is an efficient Python implementation of Voronoi/Delaunay Tessellation, which can be served as the Basic Map of the neighbourhood concept.

algorithm geometry graphics math python science voronoi
Attack on the pentagon results in discovery of new mathematical tile | Science | The Guardian https://www.theguardian.com/science/alexs-adventures-in-numberland/2015/aug/10/attack-on-the-pentagon-results-in-discovery-of-new-mathematical-tile
Fri 01 Apr 2016 11:10:13 AM CEST
QRCode

image

Joy as mathematicians discover a new type of pentagon that can cover the plane leaving no gaps and with no overlaps. It becomes only the 15th type of pentagon known that can do this, and the first discovered in 30 years.

article geometry interesting math science
3654 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn