KD Chart 2
[rev.2.7]
|
TernaryPoint defines a point within a ternary coordinate plane. More...
#include <TernaryPoint.h>
Public Member Functions | |
qreal | a () const |
qreal | b () const |
qreal | c () const |
bool | isValid () const |
void | set (qreal a, qreal b) |
TernaryPoint () | |
TernaryPoint (qreal a, qreal b) | |
TernaryPoint defines a point within a ternary coordinate plane.
Definition at line 33 of file TernaryPoint.h.
TernaryPoint::TernaryPoint | ( | ) |
Definition at line 31 of file TernaryPoint.cpp.
References isValid().
TernaryPoint::TernaryPoint | ( | qreal | a, |
qreal | b | ||
) |
Definition at line 38 of file TernaryPoint.cpp.
qreal TernaryPoint::a | ( | ) | const |
Definition at line 39 of file TernaryPoint.h.
Referenced by c(), operator<<(), set(), TernaryPoint(), and translate().
qreal TernaryPoint::b | ( | ) | const |
Definition at line 40 of file TernaryPoint.h.
Referenced by c(), operator<<(), set(), TernaryPoint(), and translate().
qreal TernaryPoint::c | ( | ) | const |
Definition at line 41 of file TernaryPoint.h.
References a(), b(), isValid(), operator<<(), and translate().
Referenced by operator<<().
bool TernaryPoint::isValid | ( | ) | const |
Definition at line 60 of file TernaryPoint.cpp.
Referenced by c(), operator<<(), set(), TernaryPoint(), and translate().
void TernaryPoint::set | ( | qreal | a, |
qreal | b | ||
) |
Definition at line 45 of file TernaryPoint.cpp.