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