versor
3.0
C++11 library for Geometric algebra
|
Classes | |
struct | Edge |
struct | Face |
Public Types | |
typedef NEVec< N > | Vec |
typedef NEBiv< N > | Biv |
typedef NEVec< N+1 > | TVec |
Public Member Functions | |
TVec | doBary () |
Vec | bary () |
void | doRot () |
void | init () |
Biv | biv (int which, float amt=1.0) |
void | spin (const Biv &biv) |
void | spin (int which, float amt=1.0) |
vector< NEVec< 3 > > | project (float dist, bool bOrtho=false) const |
Public Attributes | |
vector< Vec > | verts |
vector< TVec > | roots |
vector< Edge > | edges |
vector< Face > | faces |
TVec | vec |