From e7222862008b74be91aebe9b8b5a1747333d3b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 12 Dec 2016 20:13:35 +0100 Subject: [PATCH] Math: reference intersection functions from Frustum docs. --- src/Magnum/Math/Frustum.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: