![]() |
API Documentation
|
#include <NDEVR/Vertex.h>#include <NDEVR/LineSegment.h>#include <NDEVR/Matrix.h>Go to the source code of this file.
Classes | |
| class | Plane< t_dims, t_type > |
| Logic for a given plane or N-dimensions. Planes are coordinate systems of one less dimension than the dimension they occupy. More... | |
Namespaces | |
| namespace | NDEVR |
Enumerations | |
| enum class | PlanePosition { e_above_plane , e_below_plane , e_on_plane } |
| The location of an object either below, above, or on a given N-dimensional plane. More... | |
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) |