Crate htree

Source
Expand description

Crate for describing an H Tree fractal

Provides the HTree struct which can be turned into an iterator over the lines contained within the H Tree. https://en.wikipedia.org/wiki/H_tree

Structsยง

HTree
HTreeIterator