Browse Source

Todo++

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
31582ce2f8
  1. 2
      src/Math/DualQuaternion.h
  2. 6
      src/Platform/AbstractContextHandler.h

2
src/Math/DualQuaternion.h

@ -53,6 +53,8 @@ template<class T> class DualQuaternion: public Dual<Quaternion<T>> {
return {Quaternion<T>::rotation(angle, normalizedAxis), {{}, T(0)}};
}
/** @todo Rotation about axis with arbitrary origin, screw motion */
/**
* @brief Translation dual quaternion
* @param vector Translation vector

6
src/Platform/AbstractContextHandler.h

@ -23,7 +23,11 @@
namespace Magnum { namespace Platform {
/** @brief Base for OpenGL context handlers */
/**
@brief Base for OpenGL context handlers
@todo GLX_MESA_query_renderer, EGL_MESA_query_renderer
*/
template<class Display, class VisualId, class Window> class AbstractContextHandler {
public:
/**

Loading…
Cancel
Save