CoordinateBoundingBox
CoordinateBoundingBox[coords]
给出由 coords 定义的区域的边界框的角落坐标 {{xmin,ymin,…},{xmax,ymax,…}}.
CoordinateBoundingBox[coords,δ]
把区域朝每个方向都外扩 δ .
CoordinateBoundingBox[coords,Scaled[s]]
在每个方向都外扩缩放量 s.
CoordinateBoundingBox[coords,{p1,p2,…}]
在各个维度分别外扩 p1, p2, ….
CoordinateBoundingBox[coords,{{p1min,p1max},{p2min,p2max},…}]
给出 {{xmin-p1min,ymin-p2min,…},{xmax+p1max,ymax+p2max,…},…}
范例
打开所有单元关闭所有单元属性和关系 (2)
一般来说,CoordinateBoundingBox[coords] 是 CoordinateBounds[coords] 的转置:
对矩阵中的坐标,CoordinateBoundingBox[coords] 等价于 Transpose[Map[MinMax,Transpose[coords]]]:
文本
Wolfram Research (2015),CoordinateBoundingBox,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html.
CMS
Wolfram 语言. 2015. "CoordinateBoundingBox." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html.
APA
Wolfram 语言. (2015). CoordinateBoundingBox. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html 年