From 3be84b89f76e02e00f9924e564faf4e00656d1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 8 Jun 2018 13:50:17 +0200 Subject: [PATCH] Math: doc++ --- src/Magnum/Math/Intersection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Math/Intersection.h b/src/Magnum/Math/Intersection.h index 5ca03b9c0..677d0ed95 100644 --- a/src/Magnum/Math/Intersection.h +++ b/src/Magnum/Math/Intersection.h @@ -211,7 +211,7 @@ template bool sphereFrustum(const Vector3& sphereCenter, T sphereRad @param point The point @param coneOrigin Cone origin @param coneNormal Cone normal -@param coneAngle Apex angle of the cone +@param coneAngle Apex angle of the cone (@f$ 0 < \Theta < \pi @f$) @return @cpp true @ce if the point is inside the cone, @cpp false @ce otherwise Precomputes a portion of the intersection equation from @p coneAngle and calls @@ -241,7 +241,7 @@ template bool pointCone(const Vector3& point, const Vector3& cone @param point The point @param coneOrigin Cone origin @param coneNormal Cone normal -@param coneAngle Apex angle of the cone +@param coneAngle Apex angle of the cone (@f$ 0 < \Theta < \pi @f$) @return @cpp true @ce if the point is inside the double cone, @cpp false @ce otherwise