TernaryPoint defines a point within a ternary coordinate plane. More...
#include <TernaryPoint.h>

Public Member Functions | |
| double | a () const |
| double | b () const |
| double | c () const |
| bool | isValid () const |
| void | set (double a, double b) |
| TernaryPoint (double a, double b) | |
| TernaryPoint () | |
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 | ( | double | a, | |
| double | b | |||
| ) |
Definition at line 38 of file TernaryPoint.cpp.
| double TernaryPoint::a | ( | ) | const |
Definition at line 39 of file TernaryPoint.h.
Referenced by operator<<(), and translate().
| double TernaryPoint::b | ( | ) | const |
Definition at line 40 of file TernaryPoint.h.
Referenced by operator<<(), and translate().
| double TernaryPoint::c | ( | ) | const |
Definition at line 41 of file TernaryPoint.h.
Referenced by operator<<().
| bool TernaryPoint::isValid | ( | ) | const |
Definition at line 60 of file TernaryPoint.cpp.
Referenced by operator<<(), set(), TernaryPoint(), and translate().
| void TernaryPoint::set | ( | double | a, | |
| double | b | |||
| ) |
Definition at line 45 of file TernaryPoint.cpp.
References isValid().