Browse Source

Math: doc++

pull/461/head
Vladimír Vondruš 6 years ago
parent
commit
90283408cc
  1. 2
      src/Magnum/Math/CubicHermite.h

2
src/Magnum/Math/CubicHermite.h

@ -417,7 +417,7 @@ template<class T> inline Complex<T> slerp(const CubicHermiteComplex<T>& a, const
Equivalent to calling @ref slerp(const Quaternion<T>&, const Quaternion<T>&, T) Equivalent to calling @ref slerp(const Quaternion<T>&, const Quaternion<T>&, T)
on @ref CubicHermite::point() extracted from @p a and @p b. Expects that on @ref CubicHermite::point() extracted from @p a and @p b. Expects that
@ref CubicHermite::point() is a normalized complex number in both @p a and @p b. @ref CubicHermite::point() is a normalized quaternion in both @p a and @p b.
@see @ref Quaternion::isNormalized(), @see @ref Quaternion::isNormalized(),
@ref slerpShortestPath(const CubicHermiteQuaternion<T>&, const CubicHermiteQuaternion<T>&, T), @ref slerpShortestPath(const CubicHermiteQuaternion<T>&, const CubicHermiteQuaternion<T>&, T),
@ref slerp(const CubicHermiteComplex<T>&, const CubicHermiteComplex<T>&, T), @ref slerp(const CubicHermiteComplex<T>&, const CubicHermiteComplex<T>&, T),

Loading…
Cancel
Save