Browse Source

Math: doc++

pull/255/head
Vladimír Vondruš 8 years ago
parent
commit
3be84b89f7
  1. 4
      src/Magnum/Math/Intersection.h

4
src/Magnum/Math/Intersection.h

@ -211,7 +211,7 @@ template<class T> bool sphereFrustum(const Vector3<T>& sphereCenter, T sphereRad
@param point The point @param point The point
@param coneOrigin Cone origin @param coneOrigin Cone origin
@param coneNormal Cone normal @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 @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 Precomputes a portion of the intersection equation from @p coneAngle and calls
@ -241,7 +241,7 @@ template<class T> bool pointCone(const Vector3<T>& point, const Vector3<T>& cone
@param point The point @param point The point
@param coneOrigin Cone origin @param coneOrigin Cone origin
@param coneNormal Cone normal @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 @return @cpp true @ce if the point is inside the double cone, @cpp false @ce
otherwise otherwise

Loading…
Cancel
Save