#include <HiddenGraph.h>
Public Member Functions | |
COORD () | |
COORD (REAL xx, REAL yy) | |
COORD (const VECTOR &v) | |
~COORD () | |
COORD | operator * (REAL r) |
COORD | operator/ (REAL r) |
REAL | operator * (const COORD &c) |
COORD | operator+ (const COORD &c) |
COORD | operator- (const COORD &c) |
Public Attributes | |
REAL | x |
REAL | y |
Definition at line 24 of file HiddenGraph.h.
COORD::COORD | ( | ) | [inline] |
Definition at line 28 of file HiddenGraph.h.
Referenced by operator *(), operator+(), operator-(), and operator/().
COORD::COORD | ( | const VECTOR & | v | ) | [inline] |
COORD::~COORD | ( | ) | [inline] |
Definition at line 31 of file HiddenGraph.h.
Definition at line 27 of file HiddenGraph.h.
Referenced by BOUNDINGRECT::AddPoint(), COORD(), BOUNDINGRECT::DoesIntersect(), PLANENODE::DoesPointLieInFace(), PLANENODE::EdgeCut(), BOUNDINGRECT::LiesIn(), LineCut(), operator *(), operator+(), operator-(), operator/(), and MFCGRAPH::SetLine().
Definition at line 27 of file HiddenGraph.h.
Referenced by BOUNDINGRECT::AddPoint(), COORD(), BOUNDINGRECT::DoesIntersect(), PLANENODE::DoesPointLieInFace(), PLANENODE::EdgeCut(), BOUNDINGRECT::LiesIn(), LineCut(), operator *(), operator+(), operator-(), operator/(), and MFCGRAPH::SetLine().