|
|
|
@ -336,8 +336,7 @@ template<class T> class DualComplex: public Dual<Complex<T>> { |
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @brief Rotate and translate point with dual complex number |
|
|
|
* @brief Rotate and translate point with dual complex number |
|
|
|
* |
|
|
|
* |
|
|
|
* See @ref transformPointNormalized(), which is faster for normalized |
|
|
|
* @f[ |
|
|
|
* dual complex number. @f[ |
|
|
|
|
|
|
|
* v' = \hat c v = \hat c ((0 + i) + \epsilon(v_x + iv_y)) |
|
|
|
* v' = \hat c v = \hat c ((0 + i) + \epsilon(v_x + iv_y)) |
|
|
|
* @f] |
|
|
|
* @f] |
|
|
|
* @see @ref DualComplex(const Vector2<T>&), @ref dual(), |
|
|
|
* @see @ref DualComplex(const Vector2<T>&), @ref dual(), |
|
|
|
|