The definition of a Vector is as such:
typedef struct Vector { int dimension; float* components; }Vector;
There was an error while loading. Please reload this page.
NGen