diff --git a/src/Magnum/Math/Frustum.h b/src/Magnum/Math/Frustum.h index 317964721..e58068a7b 100644 --- a/src/Magnum/Math/Frustum.h +++ b/src/Magnum/Math/Frustum.h @@ -48,7 +48,9 @@ namespace Implementation { Stores camera frustum planes in order left (index `0`), right (index `1`), bottom (index `2`), top (index `3`), near (index `4`) and far (index `5`). -@see @ref Magnum::Frustum, @ref Magnum::Frustumd +@see @ref Magnum::Frustum, @ref Magnum::Frustumd, + @ref Geometry::Intersection::pointFrustum(), + @ref Geometry::Intersection::boxFrustum() */ template class Frustum { public: