summaryrefslogtreecommitdiff
path: root/src/ix3.h
AgeCommit message (Collapse)Author
2018-11-27libix3: add ix3_reset()Vito Caputo
This basically amounts to a pad_reset() wrapper. Also incorporated resets into the test, while fixing a stupid bug there.
2018-09-30libix3: initial commitVito Caputo
This is a straightforward 3D conversion of libix2, the API is completely unchanged aside from dimensional types going from 2->3. Rather than a quadtree with 4 children per parent, this uses an octree with 8 children. Otherwise it's basically identical to libix2.
© All Rights Reserved