scipy.spatial.

矩形#

class scipy.spatial.Rectangle(maxes, mins)[源代码]#

超矩形类。

表示区间的笛卡尔积。

方法

max_distance_point(x[, p])

返回输入点与超矩形内点之间的最大距离。

max_distance_rectangle(other[, p])

计算两个超矩形中点之间的最大距离。

min_distance_point(x[, p])

返回输入点与超矩形内点之间的最小距离。

min_distance_rectangle(other[, p])

计算两个超矩形中点之间的最小距离。

split(d, split)

通过分割产生两个超矩形。

体积()

总体积。