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,…},…}を与える.
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,…},…}を与える.
詳細
- CoordinateBoundingBoxは,すべての座標が実数である場合は確定的な結果を与える.
- その他の場合は,CoordinateBoundingBoxは何らかの簡約を行う.
例題
すべて開く すべて閉じる例 (1)
CoordinateBoundingBox[{{0, 1}, {1, 2}, {2, 1}, {3, 2}, {4, 0}}]CoordinateBoundingBox[{{0, 1}, {1, 2}, {2, 1}, {3, 2}, {4, 0}}, 1]CoordinateBoundingBox[{{0, 1}, {1, 2}, {2, 1}, {3, 2}, {4, 0}}, Scaled[1 / 4]]スコープ (4)
CirclePoints[5]CoordinateBoundingBox[%]CoordinateBoundingBox[{{1, 2}, {{{{{5, 6}}}}, {9, 10}}}]2次元点群の境界ボックスを求め,全方向に1単位分の充填を加える:
pts = {{3, -3}, {3, 3}, {-3, 3}, {-3, -3}};CoordinateBoundingBox[pts, 1]CoordinateBoundingBox[pts, {1, 2}]CoordinateBoundingBox[pts, {{1, 2}, {3, 4}}]coords = coords = {{{0.0736388, 2.2431, -0.34123}, {-1.1412, 0.75341, 5.34125}}, {π, E, Sqrt[2]}, {Exp[2], Log[10000], Csc[(1/10)]}, {{{2, 1, 7}, {-9, -5, 7}}, {{-2, 9, 5}, {8, -9, 9}}}};CoordinateBoundingBox[coords]CoordinateBoundingBox[coords, 1]CoordinateBoundingBox[coords, Scaled[.1]]CoordinateBoundingBox[coords, {.1, Scaled[.2], .3}]CoordinateBoundingBox[coords, {0, 1}]CoordinateBoundingBox[coords, {{0, 1}, {1.5, 0.5}, {1 / 2, 1 / 3}}]一般化と拡張 (1)
特性と関係 (3)
一般に,CoordinateBoundingBox[coords]はCoordinateBounds[coords]を平行移動したものである:
coords = RandomReal[1, {10, 5}];CoordinateBoundingBox[coords]Transpose[CoordinateBounds[coords]]行列で与えられる座標に対しては,CoordinateBoundingBox[coords]はTranspose[Map[MinMax,Transpose[coords]]]に等しい:
coords = RandomInteger[7, {12, 2}];CoordinateBoundingBox[coords]Transpose[Map[MinMax, Transpose[coords]]]フランス国内の500個のランダムな地理位置の集合を取得する:
gps = RandomGeoPosition[Entity["Country", "France"], 500]CoordinateBoundingBox[LatitudeLongitude[gps]]同じコーナーポイントは,GeoBoundingBoxを用いてGeoPositionオブジェクトとして取得することも可能である:
GeoBoundingBox[gps]500個の点,境界ボックス領域およびコーナーポイントにおける地理マーカーを描画する:
GeoGraphics[{GeoBoundsRegion[%], Orange, Point[gps], PointSize[Large], GeoMarker[%]}, GeoRangePadding -> Quantity[100, "Miles"]]関連するガイド
テキスト
Wolfram Research (2015), CoordinateBoundingBox, Wolfram言語関数, https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html.
CMS
Wolfram Language. 2015. "CoordinateBoundingBox." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html.
APA
Wolfram Language. (2015). CoordinateBoundingBox. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html
BibTeX
@misc{reference.wolfram_2026_coordinateboundingbox, author="Wolfram Research", title="{CoordinateBoundingBox}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html}", note=[Accessed: 12-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_coordinateboundingbox, organization={Wolfram Research}, title={CoordinateBoundingBox}, year={2015}, url={https://reference.wolfram.com/language/ref/CoordinateBoundingBox.html}, note=[Accessed: 12-September-2026]}