- For the graphics technique known as Frustum culling, see Hidden surface determination
In geometry, a frustum [1] (plural: frusta or frustums) is the portion of a solid — normally a cone or pyramid — which lies between two parallel planes cutting it.
The term is commonly used in computer graphics to describe the three-dimensional region which is visible on the screen (which is formed by a clipped pyramid). In the aerospace industry, it is used for the fairing between two stages of a multistage rocket (such as the Saturn V), which is shaped like a truncated cone.
Elements, special cases, and related concepts
Each plane section is a floor of the frustum. The axis of the frustum, if any, is that of the original cone or pyramid. A frustum is circular if it has circular bases; it is right if the axis is perpendicular to both bases, and oblique otherwise.
Cones and pyramids can be viewed as degenerate cases of frustums, where one of the cutting planes passes through the apex (so that the corresponding base reduces to a point). The pyramidal frusta are a subclass of the prismatoids.
Two frusta joined at their bases make a bifrustum.
Formulae
The volume of a frustum is the difference between the volume of the cone (or other figure) before slicing the apex off, minus the volume of the cone (or other figure) that was sliced off:

where h1 and h2 are the perpendicular heights from the apex to the planes of the smaller and larger base, B1, B2 are the areas of the two bases.
Let h be the height of the frustum, that is, the perpendicular distance between the two planes. Considering that
and
, one gets the alternative formula for the volume

(See Heronian mean.)
For a regular polygon:

In particular, the volume of a circular cone frustum is

where π is 3.14159265..., and R1, R2 are the radii of the two bases.
Examples
Note
- ^ frustum is Latin and means piece, crumb. The English word is often misspelled as frustrum, probably because of a similarity with the common words frustrate and frustration, also of Latin origin.
External links