DetectorModuleGeometry: Add GetMinX() and GetMinY() functions
This commit is contained in:
@@ -24,12 +24,15 @@ public:
|
||||
DetectorModuleGeometry(int64_t x0, int64_t y0, Direction fast, Direction slow);
|
||||
[[nodiscard]] int64_t GetMaxX() const;
|
||||
[[nodiscard]] int64_t GetMaxY() const;
|
||||
[[nodiscard]] int64_t GetMinX() const;
|
||||
[[nodiscard]] int64_t GetMinY() const;
|
||||
|
||||
[[nodiscard]] int64_t GetPixel0_X() const;
|
||||
[[nodiscard]] int64_t GetPixel0_Y() const;
|
||||
[[nodiscard]] Direction GetSlowAxis() const;
|
||||
[[nodiscard]] Direction GetFastAxis() const;
|
||||
|
||||
void Translate(int64_t x, int64_t y);
|
||||
void VerticalFlip(size_t detector_height);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user