There's no need to search every other polygon to find the neighbour of any specific polygon X. Instead just search all its colleagues in any given Cluster instead to save on iteration cycles.
Will need to change this.polygons to match then structure of the hull clustering
There's no need to search every other polygon to find the neighbour of any specific polygon X. Instead just search all its colleagues in any given
Cluster
instead to save on iteration cycles.Will need to change
this.polygons
to match then structure of the hull clustering