25 template<
int d,
class T>
33 typedef typename gsEigen::aligned_allocator<Self> aalloc;
39 gsPoint(T x, T y,
size_t index) :
Base(), m_vertexIndex(index) { *
this << x, y; }
41 inline int getVertexIndex()
const {
return m_vertexIndex; }
A vector with arbitrary coefficient type and fixed or dynamic size.
Definition: gsVector.h:35
A Point in T^d, with an index number.
Definition: gsPoint.h:26