Krita Source Code Documentation
Loading...
Searching...
No Matches
KisCubicSpline< T_point, T >::Coefficients Struct Reference

Public Attributes

a
 
b
 
c
 
d
 

Detailed Description

template<typename T_point, typename T>
struct KisCubicSpline< T_point, T >::Coefficients

s(x) = a * x^3 + b * x^2 + c * x + d;

Definition at line 385 of file kis_cubic_curve_spline.h.

Member Data Documentation

◆ a

template<typename T_point , typename T >
T KisCubicSpline< T_point, T >::Coefficients::a

Definition at line 387 of file kis_cubic_curve_spline.h.

◆ b

template<typename T_point , typename T >
T KisCubicSpline< T_point, T >::Coefficients::b

Definition at line 387 of file kis_cubic_curve_spline.h.

◆ c

template<typename T_point , typename T >
T KisCubicSpline< T_point, T >::Coefficients::c

Definition at line 387 of file kis_cubic_curve_spline.h.

◆ d

template<typename T_point , typename T >
T KisCubicSpline< T_point, T >::Coefficients::d

Definition at line 387 of file kis_cubic_curve_spline.h.


The documentation for this struct was generated from the following file: