Ignore:
Timestamp:
03/04/09 18:46:07 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomRectangle.h

    r9368 r9385  
    1313
    1414public:
    15     MGeomRectangle(Float_t x=0, Float_t y=0, Float_t w=1, Float_t h=1, UInt_t s=0, UInt_t aidx=0);
     15    MGeomRectangle(Float_t x=0, Float_t y=0, Float_t w=1, Float_t h=-1, UInt_t s=0, UInt_t aidx=0);
    1616
    1717    void Copy(TObject &obj) const
     
    3333
    3434    Bool_t  IsInside(Float_t px, Float_t py) const;
    35     Float_t DistanceToPrimitive(Float_t px, Float_t py) const;
    3635    void    PaintPrimitive(const TAttLine &line, const TAttFill &fill, Double_t scalexy=1, Double_t scaled=1) const;
    3736
Note: See TracChangeset for help on using the changeset viewer.