TernaryPoint
TernaryPoint Class Reference
#include <TernaryPoint.h>
Public Member Functions | |
TernaryPoint (qreal a, qreal b) | |
qreal | a () const |
qreal | b () const |
qreal | c () const |
bool | isValid () const |
void | set (qreal a, qreal b) |
Detailed Description
TernaryPoint defines a point within a ternary coordinate plane.
Definition at line 19 of file TernaryPoint.h.
Constructor & Destructor Documentation
◆ TernaryPoint() [1/2]
TernaryPoint::TernaryPoint | ( | ) |
Definition at line 17 of file TernaryPoint.cpp.
◆ TernaryPoint() [2/2]
TernaryPoint::TernaryPoint | ( | qreal | a, |
qreal | b ) |
Definition at line 24 of file TernaryPoint.cpp.
Member Function Documentation
◆ a()
|
inline |
Definition at line 25 of file TernaryPoint.h.
◆ b()
|
inline |
Definition at line 26 of file TernaryPoint.h.
◆ c()
|
inline |
Definition at line 27 of file TernaryPoint.h.
◆ isValid()
bool TernaryPoint::isValid | ( | ) | const |
Definition at line 46 of file TernaryPoint.cpp.
◆ set()
void TernaryPoint::set | ( | qreal | a, |
qreal | b ) |
Definition at line 31 of file TernaryPoint.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.