Changeset 9441 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 05/10/09 11:52:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomPix.h
r9385 r9441 45 45 Float_t GetT() const { return fD/gsTan60; } // Distance between two opposite edges (traverse) 46 46 47 Float_t GetDx() const { return fD; } // Distance of two rows in x-direction (without rotation) 48 Float_t GetDy() const { return fD*gsTan60/2; } // Distance of two rows in y-direction (without rotation) 49 47 50 Bool_t IsInside(Float_t px, Float_t py) const; 48 51 void PaintPrimitive(const TAttLine &line, const TAttFill &fill, Double_t scalexy=1, Double_t scaled=1) const;
Note:
See TracChangeset
for help on using the changeset viewer.