KSeExpr 6.0.0.0
|
#include <Curve.h>
Public Member Functions | |
CV (double pos, const T &val, InterpType type) | |
Public Attributes | |
double | _pos |
T | _val |
T | _deriv |
InterpType | _interp |
|
inline |
T KSeExpr::Curve< T >::CV::_deriv |
Definition at line 42 of file Curve.h.
Referenced by KSeExpr::Curve< T >::preparePoints().
InterpType KSeExpr::Curve< T >::CV::_interp |
Definition at line 43 of file Curve.h.
Referenced by CCurveControl::CCurveControl(), CurveControl::CurveControl(), and KSeExpr::Curve< T >::preparePoints().
double KSeExpr::Curve< T >::CV::_pos |
Definition at line 41 of file Curve.h.
Referenced by CCurveControl::CCurveControl(), CurveControl::CurveControl(), and KSeExpr::Curve< T >::preparePoints().
T KSeExpr::Curve< T >::CV::_val |
Definition at line 42 of file Curve.h.
Referenced by CCurveControl::CCurveControl(), CurveControl::CurveControl(), and KSeExpr::Curve< T >::preparePoints().