distance3d.plotting.plot_aabb¶
- distance3d.plotting.plot_aabb(ax, mins, maxs, alpha=1.0, color='r')[source]¶
Plot axis-aligned bounding box.
- Parameters:
- axMatplotlib 3d axis
A matplotlib 3d axis.
- minsarray, shape (3,)
Minimum values along axes.
- maxsarray, shape (3,)
Maximum values along axes.
- alphafloat, optional (default: 1)
Alpha value of edges.
- colorstr
Color of edges.