#include <QtDebug>
#include <QPointF>
Go to the source code of this file.
Classes | |
class | TernaryPoint |
TernaryPoint defines a point within a ternary coordinate plane. More... | |
Functions | |
QDebug | operator<< (QDebug stream, const TernaryPoint &point) |
QPointF | translate (const TernaryPoint &) |
QDebug operator<< | ( | QDebug | stream, | |
const TernaryPoint & | point | |||
) |
Definition at line 68 of file TernaryPoint.cpp.
References TernaryPoint::a(), TernaryPoint::b(), TernaryPoint::c(), and TernaryPoint::isValid().
QPointF translate | ( | const TernaryPoint & | ) |
Definition at line 86 of file TernaryPoint.cpp.
References TernaryPoint::a(), AxisVector_C_A, TernaryPoint::b(), and TernaryPoint::isValid().
Referenced by KDChart::TernaryPointDiagram::paint(), and KDChart::TernaryLineDiagram::paint().