Public Member Functions | |
Equation3 () | |
Equation3 (const QPointF &p1, const QPointF &p2, const QPointF &p3) | |
Equation3 (double cp, double cq, double du, double dr) | |
Equation3 | normalized () const |
bool | operator== (const Equation3 &c) const |
double | resolved1 (double x2, double x3) const |
double | resolved2 (double x1, double x3) const |
double | resolved3 (double x1, double x2) const |
void | setup (double cp, double cq, double du, double dr) |
Equation2 | substituted1 (const Equation3 &eq) const |
Equation2 | substituted1 (const Equation2 &eq) const |
Equation2 | substituted2 (const Equation3 &eq) const |
Equation2 | substituted3 (const Equation3 &eq) const |
Equation2 | substituted3 (const Equation2 &eq) const |
Public Attributes | |
double | p |
double | q |
double | r |
double | u |
Definition at line 259 of file qwt_spline_cubic.cpp.
QwtSplineCubicP::Equation3::Equation3 | ( | ) | [inline] |
Definition at line 262 of file qwt_spline_cubic.cpp.
QwtSplineCubicP::Equation3::Equation3 | ( | const QPointF & | p1, |
const QPointF & | p2, | ||
const QPointF & | p3 | ||
) | [inline] |
Definition at line 266 of file qwt_spline_cubic.cpp.
QwtSplineCubicP::Equation3::Equation3 | ( | double | cp, |
double | cq, | ||
double | du, | ||
double | dr | ||
) | [inline] |
Definition at line 280 of file qwt_spline_cubic.cpp.
Equation3 QwtSplineCubicP::Equation3::normalized | ( | ) | const [inline] |
Definition at line 302 of file qwt_spline_cubic.cpp.
bool QwtSplineCubicP::Equation3::operator== | ( | const Equation3 & | c | ) | const [inline] |
Definition at line 288 of file qwt_spline_cubic.cpp.
double QwtSplineCubicP::Equation3::resolved1 | ( | double | x2, |
double | x3 | ||
) | const [inline] |
Definition at line 352 of file qwt_spline_cubic.cpp.
double QwtSplineCubicP::Equation3::resolved2 | ( | double | x1, |
double | x3 | ||
) | const [inline] |
Definition at line 357 of file qwt_spline_cubic.cpp.
double QwtSplineCubicP::Equation3::resolved3 | ( | double | x1, |
double | x2 | ||
) | const [inline] |
Definition at line 362 of file qwt_spline_cubic.cpp.
void QwtSplineCubicP::Equation3::setup | ( | double | cp, |
double | cq, | ||
double | du, | ||
double | dr | ||
) | [inline] |
Definition at line 294 of file qwt_spline_cubic.cpp.
Equation2 QwtSplineCubicP::Equation3::substituted1 | ( | const Equation3 & | eq | ) | const [inline] |
Definition at line 313 of file qwt_spline_cubic.cpp.
Equation2 QwtSplineCubicP::Equation3::substituted1 | ( | const Equation2 & | eq | ) | const [inline] |
Definition at line 336 of file qwt_spline_cubic.cpp.
Equation2 QwtSplineCubicP::Equation3::substituted2 | ( | const Equation3 & | eq | ) | const [inline] |
Definition at line 320 of file qwt_spline_cubic.cpp.
Equation2 QwtSplineCubicP::Equation3::substituted3 | ( | const Equation3 & | eq | ) | const [inline] |
Definition at line 328 of file qwt_spline_cubic.cpp.
Equation2 QwtSplineCubicP::Equation3::substituted3 | ( | const Equation2 & | eq | ) | const [inline] |
Definition at line 343 of file qwt_spline_cubic.cpp.
Definition at line 368 of file qwt_spline_cubic.cpp.
Definition at line 368 of file qwt_spline_cubic.cpp.
Definition at line 368 of file qwt_spline_cubic.cpp.
Definition at line 368 of file qwt_spline_cubic.cpp.