versor
3.0
C++11 library for Geometric algebra
|
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) |
Projection fron ND Euclidean down to 3D.