distance3d.plotting.plot_aabb_tree¶
- distance3d.plotting.plot_aabb_tree(ax, tree, alpha=0.5, color='red')[source]¶
Plot tree of axis-aligned bounding boxes.
- Parameters:
- axMatplotlib 3d axis
A matplotlib 3d axis.
- treeAabbTree
Tree of axis-aligned bounding boxes.
- alphafloat, optional (default: 0.5)
Alpha value of edges.
- colorstr
Color of edges.