geomc 1.0
A c++ linear algebra template library
|
Public Member Functions | |
void | insert (const Vec< T, N > &p) |
void | remove (index_t i) |
const Vec< T, N > & | operator[] (index_t i) const |
Vec< T, N > & | operator[] (index_t i) |
Public Attributes | |
Vec< T, N > | pts [N+1] |
index_t | n |