API Documentation
Loading...
Searching...
No Matches
Plane.hpp File Reference
#include <NDEVR/Vertex.h>
#include <NDEVR/LineSegment.h>
#include <NDEVR/Matrix.h>
Include dependency graph for Plane.hpp:

Go to the source code of this file.

Classes

class  Plane< t_dims, t_type >
 
struct  Constant< Plane< t_dims, t_type > >
 

Namespaces

namespace  NDEVR
 

Enumerations

enum class  PlanePosition { e_above_plane , e_below_plane , e_on_plane }
 

Functions

template<class t_type , uint01 t_row_dims, uint01 t_col_dims>
Plane< 3, t_type > operator* (const Matrix< t_type, t_row_dims, t_col_dims > &matrix, const Plane< 3, t_type > &plane)