Browse Source

Math: removed done TODO.

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
c7d7fdad28
  1. 7
      src/Math/Math.h

7
src/Math/Math.h

@ -28,13 +28,6 @@
namespace Magnum { namespace Math {
/**
@todo Quaternions:
- interpolation between rotations (=> animation, continuous collision detection)
- better rotation representation (4 floats instead of 9/16 floats when using
matrices)
*/
#ifndef DOXYGEN_GENERATING_OUTPUT
namespace Implementation {
template<std::uint32_t exponent> struct Pow {

Loading…
Cancel
Save