TPoint


class description - source file - inheritance tree

class TPoint


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

Data Members


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

Class Description




Inline Functions


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


Last update: Fri Jun 21 09:35:50 2002


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.