quads icon indicating copy to clipboard operation
quads copied to clipboard

No lines are drawn when ul contains no points

Open Linus-f opened this issue 1 year ago • 0 comments

When QuadNode.ul contains no points visualize fails the render the lines. This happens because

if node.ul:
            draw_lines(node)
            draw_all_nodes(node.ul)

also checks whether len(node.ul) is zero.

Linus-f avatar Mar 20 '24 17:03 Linus-f