Browse Source

Removed wrong TODO.

Math types cannot be implicitly shared, because they often need to be
casted to float[], for example.
vectorfields
Vladimír Vondruš 14 years ago
parent
commit
f8d44a19ed
  1. 1
      src/Math/Matrix.h

1
src/Math/Matrix.h

@ -26,7 +26,6 @@ namespace Magnum { namespace Math {
/**
* @brief %Matrix
*
* @todo @c PERFORMANCE - implicit sharing
* @todo @c PERFORMANCE - loop unrolling for Matrix<T, 3> and Matrix<T, 4>
*/
template<class T, size_t size> class Matrix {

Loading…
Cancel
Save