diff --git a/src/Magnum/Math/DualComplex.h b/src/Magnum/Math/DualComplex.h index 475ebedf0..f00f1e355 100644 --- a/src/Magnum/Math/DualComplex.h +++ b/src/Magnum/Math/DualComplex.h @@ -336,8 +336,7 @@ template class DualComplex: public Dual> { /** * @brief Rotate and translate point with dual complex number * - * See @ref transformPointNormalized(), which is faster for normalized - * dual complex number. @f[ + * @f[ * v' = \hat c v = \hat c ((0 + i) + \epsilon(v_x + iv_y)) * @f] * @see @ref DualComplex(const Vector2&), @ref dual(),