scipy.spatial.
Rectangle#
- 类 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)通过分割生成两个超矩形。
volume
()总大小。