#include <TPoints.h>
Inheritance diagram for TPoints:
Public Member Functions | |
TPoints () | |
TPoints (Double_t xy) | |
TPoints (Double_t x, Double_t y) | |
virtual | ~TPoints () |
Double_t | GetX () const |
Double_t | GetY () const |
void | SetX (Double_t x) |
void | SetY (Double_t y) |
TPoints () | |
TPoints (Double_t xy) | |
TPoints (Double_t x, Double_t y) | |
virtual | ~TPoints () |
Double_t | GetX () const |
Double_t | GetY () const |
void | SetX (Double_t x) |
void | SetY (Double_t y) |
Private Attributes | |
Double_t | fX |
Double_t | fY |
Definition at line 29 of file TPoints.h.
Double_t TPoints::GetX | ( | ) | const [inline] |
Definition at line 40 of file TPoints.h.
References fX.
Referenced by Aclock::Paint(), ClockPoints::Rotate(), ClockPoints::Scale(), and ClockPoints::Shift().
Double_t TPoints::GetY | ( | ) | const [inline] |
Definition at line 41 of file TPoints.h.
References fY.
Referenced by Aclock::Paint(), ClockPoints::Rotate(), ClockPoints::Scale(), and ClockPoints::Shift().
void TPoints::SetX | ( | Double_t | x | ) | [inline] |
Definition at line 42 of file TPoints.h.
References fX.
Referenced by ClockPoints::Scale(), ClockPoints::SetXY(), and ClockPoints::Shift().
void TPoints::SetY | ( | Double_t | y | ) | [inline] |
Definition at line 43 of file TPoints.h.
References fY.
Referenced by ClockPoints::Scale(), ClockPoints::SetXY(), and ClockPoints::Shift().
Double_t TPoints::GetX | ( | void | ) | const [inline] |
Double_t TPoints::fX [private] |
Double_t TPoints::fY [private] |