14 #ifndef BASICTOOL_GEOCYLINDER_H 15 #define BASICTOOL_GEOCYLINDER_H 42 Cylinder(
const double x_min,
const double y_min,
const double z_min,
43 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.
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...
static int max(int a, int b)
bool Contain(const Point_t &pt) const
Containment evaluation.
T min(sqlite3 *const db, std::string const &table_name, std::string const &column_name)
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.