Changeset 9385 for trunk/MagicSoft/Mars/mgeom/MGeomRectangle.h
- Timestamp:
- 03/04/09 18:46:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomRectangle.h
r9368 r9385 13 13 14 14 public: 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); 16 16 17 17 void Copy(TObject &obj) const … … 33 33 34 34 Bool_t IsInside(Float_t px, Float_t py) const; 35 Float_t DistanceToPrimitive(Float_t px, Float_t py) const;36 35 void PaintPrimitive(const TAttLine &line, const TAttFill &fill, Double_t scalexy=1, Double_t scaled=1) const; 37 36
Note:
See TracChangeset
for help on using the changeset viewer.