scipy.spatial.Rectangle

class scipy.spatial.Rectangle(maxes, mins)[source]

Hyperrectangle class.

Represents a Cartesian product of intervals.

Methods