Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TPoints Class Reference

2-D graphics point (world coordinates).

Definition at line 19 of file TPoints.h.

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)
 

Private Attributes

Double_t fX
 X world coordinate. More...
 
Double_t fY
 Y world coordinate. More...
 

#include <TPoints.h>

Constructor & Destructor Documentation

◆ TPoints() [1/3]

TPoints::TPoints ( )
inline

Definition at line 26 of file TPoints.h.

◆ TPoints() [2/3]

TPoints::TPoints ( Double_t  xy)
inline

Definition at line 27 of file TPoints.h.

◆ TPoints() [3/3]

TPoints::TPoints ( Double_t  x,
Double_t  y 
)
inline

Definition at line 28 of file TPoints.h.

◆ ~TPoints()

virtual TPoints::~TPoints ( )
inlinevirtual

Definition at line 29 of file TPoints.h.

Member Function Documentation

◆ GetX()

Double_t TPoints::GetX ( ) const
inline

Definition at line 30 of file TPoints.h.

◆ GetY()

Double_t TPoints::GetY ( ) const
inline

Definition at line 31 of file TPoints.h.

◆ SetX()

void TPoints::SetX ( Double_t  x)
inline

Definition at line 32 of file TPoints.h.

◆ SetY()

void TPoints::SetY ( Double_t  y)
inline

Definition at line 33 of file TPoints.h.

Member Data Documentation

◆ fX

Double_t TPoints::fX
private

X world coordinate.

Definition at line 22 of file TPoints.h.

◆ fY

Double_t TPoints::fY
private

Y world coordinate.

Definition at line 23 of file TPoints.h.


The documentation for this class was generated from the following file: