#include "mlib/global.H"
#include "std/iostream.H"
Include dependency graph for line.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mlib |
Classes | |
class | mlib::Line< L, P, V > |
Templated class defining an oriented line and/or a line segment.
The Line class keeps a point and a vector. For the Line object to be valid, the vector must not be null. More... |
Definition in file line.H.