From c7d7fdad289973d9bb263fe5757d91dbe054f6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 7 Jan 2013 01:20:57 +0100 Subject: [PATCH] Math: removed done TODO. --- src/Math/Math.h | 7 ------- 1 file changed, 7 deletions(-) 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 {