TernaryPoint

Search for usage in LXR

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()

qreal TernaryPoint::a ( ) const
inline

Definition at line 25 of file TernaryPoint.h.

◆ b()

qreal TernaryPoint::b ( ) const
inline

Definition at line 26 of file TernaryPoint.h.

◆ c()

qreal TernaryPoint::c ( ) const
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 Tue Mar 26 2024 11:14:24 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.