diff --git a/src/Math/Math.h b/src/Math/Math.h index 5d68b2e2d..91052e156 100644 --- a/src/Math/Math.h +++ b/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 struct Pow {