Browse Source

Math: typo.

pull/529/head
Squareys 5 years ago committed by Vladimír Vondruš
parent
commit
e72a440720
  1. 2
      src/Magnum/Math/CubicHermite.h

2
src/Magnum/Math/CubicHermite.h

@ -137,7 +137,7 @@ template<class T> class CubicHermite {
constexpr /*implicit*/ CubicHermite(const T& inTangent, const T& point, const T& outTangent) noexcept: _inTangent{inTangent}, _point{point}, _outTangent{outTangent} {}
/**
* @brief Construct subic Hermite spline point from another of different type
* @brief Construct cubic Hermite spline point from another of different type
*
* Performs only default casting on the values, no rounding or
* anything else.

Loading…
Cancel
Save