|
ACF $AcfVersion:0$
|
Helper class for calculation of splines of 3rd degree. More...
#include <CSplineSegmentFunction.h>
Static Public Member Functions | |
| static double | GetValueKernelAt (double alpha) |
| Get kernel of value normalized to range [0, 1]. | |
| static double | GetDerivativeKernelAt (double alpha) |
| Get kernel of derivative normalized to range [0, 1]. | |
Helper class for calculation of splines of 3rd degree.
Definition at line 12 of file CSplineSegmentFunction.h.
|
inlinestatic |
Get kernel of derivative normalized to range [0, 1].
Definition at line 35 of file CSplineSegmentFunction.h.
Referenced by imath::TSplineGridFunctionBase< Argument, Result, Fulcrums, Degree >::CumulateRecursiveValueAt().
|
inlinestatic |
Get kernel of value normalized to range [0, 1].
Definition at line 29 of file CSplineSegmentFunction.h.
Referenced by imath::TSplineGridFunctionBase< Argument, Result, Fulcrums, Degree >::CumulateRecursiveValueAt().