Back to class index
| Frustum::MinimalEnclosingAABBSyntaxAABB Frustum::MinimalEnclosingAABB() const; [8 lines of code]Returns the tightest AABB that contains this Frustum. This function computes the optimal minimum volume AABB that encloses this Frustum. Note Since an AABB cannot generally represent a Frustum, this conversion is not exact, but the returned AABB specifies a larger volume. See Also |