TPoint


class description - source file - inheritance tree

class TPoint


    public:
TPoint(SCoord_t xy) TPoint(SCoord_t x, SCoord_t y) TPoint(const TPoint&) TPoint() ~TPoint() SCoord_t GetX() const SCoord_t GetY() const void SetX(SCoord_t x) void SetY(SCoord_t y)

Data Members


    public:
long fX X device coordinate long fY Y device coordinate

Class Description



Last update: Fri May 14 13:32:42 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.