Towards growing street-like network in-silico
Algorithm driven generation of urban-like spatial geometric structures such as ‘street/road network’ and its corresponding ‘urban blocks’ and ‘plots’ is often a fundamental process for computational design work for large…
Motorcycle graph
Simple implementation of motorcycle graph applied on both reflex and non-reflex vertex in a n-sided polygon based on motorcycle graph described in http://web.engr.illinois.edu/~jeffe/open/cycles.html
kdTree sketch
Sketch with 80 points and a sketch with 10 points showing a kdTree with 3 dimensions and a median function as described in wikipedia Numbers indicates the depth of the…
Polygon division by polygon offset
Testing a simple method of mesh face division by polygon offset using current implemetation of polygon related functions – offset, convertion to polyline, polyline division and basic 2d delaunay triangulation….