24 :
HalfLine(x, y, z, dirx, diry, dirz)
27 std::ostringstream msg;
28 msg <<
"<<" << __FUNCTION__ <<
">>" 29 <<
" Cone Length cannot be 0." << std::endl;
41 std::ostringstream msg;
42 msg <<
"<<" << __FUNCTION__ <<
">>" 43 <<
" Cone Length cannot be 0." << std::endl;
69 std::ostringstream msg;
70 msg <<
"<<" << __FUNCTION__ <<
">>" 71 <<
" Cone Length cannot be 0." << std::endl;
double _radius
Radius of the cone at the base.
double _angle
Opening Angle.
double _length
Helight (length) of the cone.
Class def header for a class GeoAlgoException.
double Length() const
Length getter.
Class def header for a class HalfLine.
Cone()
Default constructor.
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.