#include "mlib/point2.H"
#include "mlib/point3.H"
Include dependency graph for plane.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::Plane< PLANE, P, V, L > |
Declaration of a class plane, keeping a definition of an oriented plane in 3D.
The plane is defined by its (unit) normal vector and parameter 'd', which is the signed distance of the plane from the origin of the coordinate system. More... |
Definition in file plane.H.