14 #ifndef BASICTOOL_GEOCONE_H 15 #define BASICTOOL_GEOCONE_H 59 void Length(
const double l);
72 template <
class T,
class U>
double _radius
Radius of the cone at the base.
double _angle
Opening Angle.
Class def header for a class HalfLine.
double _length
Helight (length) of the cone.
double Length() const
Length getter.
Cone()
Default constructor.
Representation of a 3D semi-infinite line. Defines a 3D cone with the following properties: Start po...
Class def header for a class Point and Vector.
Cone(const T &start, const U &dir)
Alternative ctor using template (3)
virtual ~Cone()
Default destructor.
Representation of a 3D semi-infinite line. Defines a semi-infinite 3D line by having a start point (P...
double Angle() const
Angle getter.
double Radius() const
Length getter.