14 #ifndef BASICTOOL_GEOCYLINDER_H 15 #define BASICTOOL_GEOCYLINDER_H
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.
Class def header for a class Point and Vector.
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.