14 #ifndef BASICTOOL_GEOCYLINDER_H 15 #define BASICTOOL_GEOCYLINDER_H 41 Cylinder(
const double x_min,
const double y_min,
const double z_min,
42 const double x_max,
const double y_max,
const double z_max,
Algorithm to compute various geometrical relation among geometrical objects. In particular functions ...
Class def header for a class Line.
double _radius
Radius of the cylinder.
double GetRadius()
Getters.
void SetRadius(double r)
Setters.
Cylinder()
Default constructor.
Representation of a 3D infinite line. Defines an infinite 3D line by having 2 points which completely...
bool Contain(const Point_t &pt) const
Containment evaluation.
Representation of a 3D Cylinder volume. A Cylinder object inherits from a geoalgo::Line.
Class def header for a class GeoAlgo.
virtual ~Cylinder()
Default destructor.