|
template<class PointType > |
constexpr PointType | CalculateTangent (const PointType &p0, const PointType &p1, const PointType &p2, const double a=0.0, const double b=0.0) noexcept |
|
template<class PointType > |
constexpr PointType | Hermite (const PointType &p0, const PointType &p1, const PointType &m0, const PointType &m1, const double t) noexcept |
|
template<class PointType > |
constexpr PointType | CatmullRom (const PointType &p0, const PointType &p1, const PointType &p2, const PointType &p3, const double t) noexcept |
|