Code:
template <typename T> inline _constexpr_ T hermite(T a)
{
return a * a * (T(3) - T(2)*a);
}
It was added by @jarmonik in this commit: 213eabe70.
I thought maybe it's the same as
std::hermite but the formulas are different.ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.