Browse Source

Math: what? there's no such thing.

pull/225/head
Vladimír Vondruš 8 years ago
parent
commit
23cf84cdae
  1. 3
      src/Magnum/Math/DualComplex.h

3
src/Magnum/Math/DualComplex.h

@ -336,8 +336,7 @@ template<class T> class DualComplex: public Dual<Complex<T>> {
/**
* @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<T>&), @ref dual(),

Loading…
Cancel
Save