Browse Source

Math: link to the Tau manifesto.

pull/193/head
Vladimír Vondruš 9 years ago
parent
commit
e0672f4867
  1. 2
      src/Magnum/Math/Constants.h

2
src/Magnum/Math/Constants.h

@ -62,7 +62,7 @@ template<class T> struct Constants {
/** /**
* @brief Tau * @brief Tau
* *
* Or two pi. * Or two pi. See the [Tau manifesto](https://www.tauday.com/tau-manifesto).
* @see @ref pi(), @ref piHalf(), @ref Deg, @ref Rad * @see @ref pi(), @ref piHalf(), @ref Deg, @ref Rad
*/ */
static constexpr T tau(); static constexpr T tau();

Loading…
Cancel
Save