space partition
space partition module for proximity check wip previous attempt partition space at a single fixed resolution i.e. size of partition. testing space parition using octree (squared) – each root node…
hex grid
Building hex grid by staggering stardard grid Characteristics: same distance between each cell’s center and neighbor center 6 immediate neighbor with shared edge Issues: Extra run time required to convert…
curve region update 1
updated curveRegion to deal with multiple curves in a set in pairs based on operation. todo: 1. incorporate in maya dag as node 2. option to mesh regions (issue with…
curve region
I have been searching for some libraries for python to deal with some fundamental geometrical operations like region intersections / line-shape intersections, the only one that comes close is shapely…