Go to the source code of this file.
|
static double | qwtChordalLength (const QPointF &point1, const QPointF &point2) |
|
template<class SplineStore , class Param > |
static SplineStore | qwtSplinePathPleasing (const QPolygonF &points, bool isClosed, Param param) |
|
static QwtSplinePleasingP::Tension | qwtTensionPleasing (double d13, double d23, double d24, const QPointF &p1, const QPointF &p2, const QPointF &p3, const QPointF &p4) |
|
template<class Param > |
static QPointF | qwtVector (Param param, const QPointF &p1, const QPointF &p2) |
|
template<class Param > |
static QPointF | qwtVectorCardinal (Param param, const QPointF &p1, const QPointF &p2, const QPointF &p3) |
|
static double qwtChordalLength |
( |
const QPointF & |
point1, |
|
|
const QPointF & |
point2 |
|
) |
| |
|
inlinestatic |
template<class SplineStore , class Param >
static SplineStore qwtSplinePathPleasing |
( |
const QPolygonF & |
points, |
|
|
bool |
isClosed, |
|
|
Param |
param |
|
) |
| |
|
static |
static QwtSplinePleasingP::Tension qwtTensionPleasing |
( |
double |
d13, |
|
|
double |
d23, |
|
|
double |
d24, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
const QPointF & |
p3, |
|
|
const QPointF & |
p4 |
|
) |
| |
|
inlinestatic |
template<class Param >
static QPointF qwtVector |
( |
Param |
param, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2 |
|
) |
| |
|
static |
template<class Param >
static QPointF qwtVectorCardinal |
( |
Param |
param, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
const QPointF & |
p3 |
|
) |
| |
|
static |