|
|
|
|
Frustum
|
| |
|
| |
- For the graphics technique known as Frustum culling, see Hidden surface determination
A frustum (plural: frusta or frustums) is the portion of a solid—normally a cone or pyramid—which lies between two parallel planes cutting the solid. The term is commonly used in computer graphics to describe the 3d area which is visible on the screen (which is formed by a clipped pyramid).
Elements, special cases, and related concepts Each plane section is a base of the frustum.

Discussion
Ask a question about 'Frustum'
Start a new discussion about 'Frustum'
Answer questions from other users
|
Recent Posts

Encyclopedia
- For the graphics technique known as Frustum culling, see Hidden surface determination
A frustum (plural: frusta or frustums) is the portion of a solid—normally a cone or pyramid—which lies between two parallel planes cutting the solid. The term is commonly used in computer graphics to describe the 3d area which is visible on the screen (which is formed by a clipped pyramid).
Elements, special cases, and related concepts Each plane section is a base 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.
Formulas 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 and are the perpendicular heights from the apex to the planes of the smaller and larger base, , are the areas of the two bases.
Let 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.)
In particular, the volume of a circular cone frustum is
where is 3.14159265..., and , are the radii of the two bases.
Examples
Note
External links
|
| |
|
|