HyperspaceExplorer 0.7.1
|
Default Projection policy - specialization to end recursion. More...
#include <Projection.h>
Public Member Functions | |
SimpleProjectionPolicy (typename Projection< N, N, 1, NUM >::PointList, typename Projection< N, N, 1, NUM >::PointList, typename Projection< N, N, 1, NUM >::DistanceList, typename Projection< N, N, 1, NUM >::BoolList) | |
Create a SimpleProjectionPolicy whose view- and camera points are ignored. | |
VecMath::MultiDimensionalVector < VecMath::Vector< N, NUM >, 1 > | project (const VecMath::MultiDimensionalVector< VecMath::Vector< N, NUM >, 1 > &values) |
Returns the given grid of values . |
Default Projection policy - specialization to end recursion.
Operates on a one-dimensional vector of Vector
s, projecting from N-
space to N-
space - in other words, does nothing at all.
N | Original dimension of the Vector s to project. |
NUM | The numeric type of the Vector s. |