1 #ifndef Geom_SimpleCylinderBounds_H 2 #define Geom_SimpleCylinderBounds_H 50 #endif // Geom_SimpleCylinderBounds_H
virtual bool inside(const Local3DPoint &) const =0
Determine if the point is inside the bounds.
Bounds * clone() const override
SimpleCylinderBounds(float rmin, float rmax, float zmin, float zmax)
float thickness() const override
Thikness of the "pipe", i.e. difference between outer and inner radius.
bool inside(const Local3DPoint &p) const override
Determine if the point is inside the bounds.
float width() const override
Outer diameter of the cylinder.
float length() const override
Lenght of the cylinder.