Go to the documentation of this file.
10 #ifndef HERD_PARALLELOGRAM_H_
11 #define HERD_PARALLELOGRAM_H_
bool operator==(const Parallelogram &rhs) const
Comparison operator.
Definition: Parallelogram.h:66
A class describing a vector in 3D space.
Definition: Vec3D.h:33
A parallelogram in 3D space.
Definition: Parallelogram.h:30
bool operator!=(const Parallelogram &rhs) const
Definition: Parallelogram.h:68
~Parallelogram() override=default
Destructor.
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
Definition: Trapezium.h:26
bool Contains(Point point) const override
Checks if the parallelogram contains the given point.
Definition: Parallelogram.cpp:35
std::array< Vec3D, 3 > m_vertices
Definition: Trapezium.h:93
Herd::Plane m_plane
Definition: Trapezium.h:92