C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
cur_hermit.h File Reference

Composite Hermite cubic spline in two-dimensional space. More...

#include <cur_polycurve.h>
#include <alg_base.h>
#include <mb_rect1d.h>

Classes

class  MbHermit
 Composite Hermite cubic spline in two-dimensional space. More...
 

Functions

void HermitDerivative (const MbCartPoint &pPrev, const MbCartPoint &point, const MbCartPoint &pNext, double paramDeltaPrev, double paramDeltaNext, MbVector &derivative)
 Calculation of derivative vector at the middle point by three points of parabola.
 

Detailed Description

Composite Hermite cubic spline in two-dimensional space.