Browse Source

Math: document implementation reasons.

pull/118/head
Vladimír Vondruš 11 years ago
parent
commit
fb1cbd416d
  1. 3
      src/Magnum/Math/Functions.h

3
src/Magnum/Math/Functions.h

@ -101,6 +101,9 @@ template<class Integral> std::pair<Integral, Integral> div(Integral x, Integral
/** @todo Can't trigonometric functions be done with only one overload? */
/* The functions accept Unit instead of Rad to make them working with operator
products (e.g. 2*35.0_degf, which is of type Unit) */
/** @brief Sine */
#ifdef DOXYGEN_GENERATING_OUTPUT
template<class T> inline T sin(Rad<T> angle);

Loading…
Cancel
Save