.. SPDX-License-Identifier: BSD-3-Clause Copyright Contributors to the OpenEXR Project. .. _box-functions: Box Functions ############# Functions that operate on bounding boxes. .. code-block:: #include .. doxygenfunction:: clip .. doxygenfunction:: closestPointInBox .. doxygenfunction:: transform(const Box>& box, const Matrix44& m) noexcept .. doxygenfunction:: affineTransform(const Box>& box, const Matrix44& m) noexcept .. doxygenfunction:: findEntryAndExitPoints .. doxygenfunction:: intersects(const Box>& b, const Line3& r, Vec3& ip) noexcept