versor  3.0
C++11 library for Geometric algebra
Public Types | Static Public Member Functions | List of all members
vsr::nga::Proj< DIM > Struct Template Reference

Projection fron ND Euclidean down to 3D. More...

#include <vsr_generic_op.h>

Public Types

typedef NEVec< DIM > TVec
 ND Vector Type.
 
typedef NEVec< DIM-1 > OneDown
 Next Projection Down.
 

Static Public Member Functions

static auto Call (VSR_PRECISION dist, const TVec &v) -> auto
 
template<int DIM2>
static auto Ortho (const TVec &v) -> auto
 
static auto Ortho3 (const TVec &v) -> auto
 
static VSR_PRECISION Val (VSR_PRECISION dist, const TVec &v)
 

Detailed Description

template<int DIM>
struct vsr::nga::Proj< DIM >

Projection fron ND Euclidean down to 3D.


The documentation for this struct was generated from the following file: