get_bounding_box#

ClosedCurve.get_bounding_box(params: ndarray) Dict[str, float]#

Get bounding box for ClosedCurve.

Computes the bounding box from the polygon vertices.

Parameters:
paramsnp.ndarray

Current optimization parameter values.

Returns:
Dict[str, float]

Dictionary with bounding box coordinates.