Ball
Ball[p]
represents the unit ball centered at the point p.
Ball[p,r]
represents the ball of radius r centered at the point p.
Ball[{p1,p2,…},r]
represents a collection of balls of radius r.
Details and Options
- Ball is also known as center interval, disk, ball, and hyperball.
- Ball can be used as a geometric region and a graphics primitive.
- Ball[] is equivalent to Ball[{0,0,0}].
- Ball[n] for integer n is equivalent to Ball[{0,…,0}], a unit ball in .
- Ball represents a filled ball . The region is dimensional for point p of length .
- Ball allows p to be any point in and r any positive real number.
- Ball can be used in Graphics and Graphics3D.
- In graphics, the points p, pi and radii r can be Scaled and Dynamic expressions.
- Graphics rendering is affected by directives such as FaceForm, EdgeForm, Specularity, Opacity, and color.
- Ball[{p1,p2,…},{r1,r2,…}] represents a collection of spheres with centers pi and radii ri.
Background & Context
- Ball is a graphics and geometry primitive that represents a ball in -dimensional space. In particular, Ball[p,r] represents a (filled-in) ball in with center p and radius r, where r may be any non-negative real number and p can have any positive length . The shorthand form Ball[p] is equivalent to Ball[p,1] and Ball[n] is equivalent to Ball[ConstantArray[0, n],1], while Ball[] autoevaluates to Ball[{0,0,0}].
- Collections of ball objects (multi-balls) of common radius may be efficiently represented using Ball[{p1,…,pk},r] and balls of varying radii represented using Ball[{p1,…,pk},{r1,…,rk}].
- Ball objects can be visually formatted in two and three dimensions using Graphics and Graphics3D, respectively. The appearance of Ball objects in graphics can be modified by specifying the edge directive EdgeForm (in 2D) or face directive FaceForm (in 3D), color directives such as Red, the transparency and specularity directives Opacity and Specularity, and the style option Antialiasing.
- Ball may also serve as a region specification over which a computation should be performed. For example, Integrate[1,{x,y,z}∈Ball[{0,0,0},r]] and Volume[Ball[{0,0,0},r]] both return the volume of a 3D ball of radius .
- Ball is related to a number of other symbols. Sphere represents the boundary of a ball, as can be computed using RegionBoundary[Ball[{x,y,z},r]]. Ball is a generalization of Interval and Disk to arbitrary dimension, and Ellipsoid is a generalization of Ball in the sense that Ball[{p1,…,pk},1] is equivalent to Ellipsoid[{p1,…,pk},ConstantArray[1,k]] for all . SphericalShell gives a filled shell obtained by removing a small ball from the interior of a larger concentric ball. Ball objects in 3D may be represented as ImplicitRegion[(x-u)2+(y-v)2+(z-w)2≤r2,{u,v,w}] or ParametricRegion[a{Cos[θ]Sin[ϕ],Sin[θ]Sin[ϕ],Cos[ϕ]}-{x,y,z},{{θ,0,2π},{ϕ,0,π},{a,0,r}]. Precomputed properties of the 3D ball and its variants in standard position are available using SolidData["entity", "property"] or EntityValue[Entity["Ball","entity"],"property"], where "entity" is one of "Ball" or "HalfBall".
Examples
open allclose allScope (22)
Graphics (12)
Regions (10)
Applications (3)
Properties & Relations (5)
Disk is a special case of Ball:
Sphere is the RegionBoundary of Ball:
Ellipsoid is a generalization of Ball:
ImplicitRegion can represent any Ball:
Ball is a norm ball for the Euclidean norm:
Text
Wolfram Research (2014), Ball, Wolfram Language function, https://reference.wolfram.com/language/ref/Ball.html.
CMS
Wolfram Language. 2014. "Ball." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Ball.html.
APA
Wolfram Language. (2014). Ball. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Ball.html