![]() |
KD Chart API Documentation
3.1
|
TernaryPoint defines a point within a ternary coordinate plane. More...
#include <TernaryPoint.h>
Public Member Functions | |
TernaryPoint () | |
TernaryPoint (qreal a, qreal b) | |
qreal | a () const |
qreal | b () const |
qreal | c () const |
bool | isValid () const |
void | set (qreal a, qreal b) |
TernaryPoint defines a point within a ternary coordinate plane.
Definition at line 21 of file TernaryPoint.h.
TernaryPoint::TernaryPoint | ( | ) |
Definition at line 19 of file TernaryPoint.cpp.
References isValid().
TernaryPoint::TernaryPoint | ( | qreal | a, |
qreal | b | ||
) |
Definition at line 24 of file TernaryPoint.cpp.
|
inline |
Definition at line 27 of file TernaryPoint.h.
Referenced by TernaryPoint(), operator<<(), set(), and translate().
|
inline |
Definition at line 31 of file TernaryPoint.h.
Referenced by TernaryPoint(), operator<<(), set(), and translate().
|
inline |
Definition at line 35 of file TernaryPoint.h.
Referenced by operator<<().
bool TernaryPoint::isValid | ( | ) | const |
Definition at line 44 of file TernaryPoint.cpp.
Referenced by TernaryPoint(), operator<<(), set(), and translate().
void TernaryPoint::set | ( | qreal | a, |
qreal | b | ||
) |
Definition at line 29 of file TernaryPoint.cpp.
References a(), b(), and isValid().
Referenced by TernaryPoint().