14 :
Line(x, y, z, x + dirx, y + diry, z + dirz)
Class def header for a class HalfLine.
DirectedLine()
Default ctor.
Point_t _pt1
First point denoting infinite line.
Representation of a 3D infinite line. Defines an infinite 3D line by having 2 points which completely...
Representation of a 3D semi-infinite line. Defines a semi-infinite 3D line by having a start point (P...
Vector_t _pt2
Second point denoting infinite line.
Class def header for a class DirectedLine.
void check_and_raise(const Point_t &p1, const Point_t &p2) const
Compatibility check.