|
Krita Source Code Documentation
|
Public Attributes | |
| T | a |
| T | b |
| T | c |
| T | d |
s(x) = a * x^3 + b * x^2 + c * x + d;
Definition at line 385 of file kis_cubic_curve_spline.h.
| T KisCubicSpline< T_point, T >::Coefficients::a |
Definition at line 387 of file kis_cubic_curve_spline.h.
| T KisCubicSpline< T_point, T >::Coefficients::b |
Definition at line 387 of file kis_cubic_curve_spline.h.
| T KisCubicSpline< T_point, T >::Coefficients::c |
Definition at line 387 of file kis_cubic_curve_spline.h.
| T KisCubicSpline< T_point, T >::Coefficients::d |
Definition at line 387 of file kis_cubic_curve_spline.h.