distance3d.containment.disk_aabb

distance3d.containment.disk_aabb(center, radius, normal)[source]

Compute axis-aligned bounding box of a disk.

Parameters:
centerarray, shape (3,)

Center of the disk.

radiusfloat

Radius of the disk.

normalarray, shape (3,)

Normal to the plane in which the disk lies.

Returns:
minsarray, shape (3,)

Minimum coordinates.

maxsarray, shape (3,)

Maximum coordinates.