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