CoordinateBounds
CoordinateBounds[coords]
gives a list {{xmin,xmax},{ymin,ymax},…} of the bounds in each dimension of the region defined by coords.
CoordinateBounds[coords,δ]
pads the ranges of coordinates by ±δ in each dimension.
CoordinateBounds[coords,Scaled[s]]
pads by the scaled amount s in each dimension.
CoordinateBounds[coords,{p1,p2,…}]
pads by p1, p2, … in successive dimensions.
CoordinateBounds[coords,{{p1min,p1max},{p2min,p2max},…}]
gives {{xmin-p1min,xmax+p1max},{ymin-p2min,ymax+p2max},…}
Details
- CoordinateBounds yields a definite result if all of the coordinates are real numbers.
- In other cases, CoordinateBounds carries out some simplifications.
Examples
open allclose allBasic Examples (1)
Scope (1)
Generalizations & Extensions (1)
Properties & Relations (2)
Generally, CoordinateBounds[coords] is the transpose of CoordinateBoundingBox[coords]:
For coordinates given in a matrix, CoordinateBounds[coords] is equivalent to Map[MinMax, Transpose[coords]]:
Text
Wolfram Research (2015), CoordinateBounds, Wolfram Language function, https://reference.wolfram.com/language/ref/CoordinateBounds.html.
CMS
Wolfram Language. 2015. "CoordinateBounds." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CoordinateBounds.html.
APA
Wolfram Language. (2015). CoordinateBounds. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CoordinateBounds.html