STK_BOUNDINGBOX constructs the bounding box for a set of points
CALL: B = stk_boundingbox (X)
returns the bounding box of X, defined as:
B = [min(X); max(X)].
The result is an stk_hrect object.
See also: stk_hrect
Package: stk