distance3d.containment.axis_aligned_bounding_box

distance3d.containment.axis_aligned_bounding_box(P)[source]

Compute axis-aligned bounding box (AABB) that contains points.

Parameters:
Parray, shape (n_points, 3)

3D points.

Returns:
minsarray, shape (3,)

Minimum coordinates.

maxsarray, shape (3,)

Maximum coordinates.