The Frustum struct in the Sandbox
namespace represents a geometric frustum, which is a portion of a solid (normally a cone or pyramid) that lies between two parallel planes cutting it. This struct is used in 3D graphics to define the visible area of a scene.