#include <Aclock.h>
Inheritance diagram for ClockPoints:
Public Member Functions | |
ClockPoints (Coord_t x=0, Coord_t y=0) | |
~ClockPoints () | |
void | SetXY (Coord_t x, Coord_t y) |
void | Rotate (Float_t clock_angle) |
void | Scale (Float_t factorX, Float_t factorY) |
void | Shift (Coord_t x, Coord_t y) |
Definition at line 42 of file Aclock.h.
Definition at line 48 of file Aclock.h.
References TPoints::SetX(), and TPoints::SetY().
Referenced by Aclock::Paint(), and Rotate().
void ClockPoints::Rotate | ( | Float_t | clock_angle | ) | [inline] |
Definition at line 50 of file Aclock.h.
References TMath::Cos(), TPoints::GetX(), TPoints::GetY(), SetXY(), and TMath::Sin().
Referenced by Aclock::Paint().
Definition at line 62 of file Aclock.h.
References TPoints::GetX(), TPoints::GetY(), TPoints::SetX(), and TPoints::SetY().
Referenced by Aclock::Paint().
Definition at line 63 of file Aclock.h.
References TPoints::GetX(), TPoints::GetY(), TPoints::SetX(), and TPoints::SetY().
Referenced by Aclock::Paint().