API Documentation
|
#include <NDEVR/BaseValues.h>
#include <NDEVR/MatrixFunctions.h>
#include <NDEVR/Buffer.h>
#include <NDEVR/Vertex.h>
#include <NDEVR/Bounds.h>
#include <NDEVR/LineSegment.h>
#include <NDEVR/Plane.h>
Go to the source code of this file.
Classes | |
class | Polygon< t_type, t_vertex > |
An N-sided polygon. More... | |
Namespaces | |
namespace | NDEVR |
Functions | |
template<class t_type , class t_vertex , uint01 t_row_dims, uint01 t_col_dims> | |
Polygon< t_type, t_vertex > | operator* (const Matrix< t_type, t_row_dims, t_col_dims > &matrix, const Polygon< t_type, t_vertex > &poly) |