floatVector


in Vector.h


typedef struct floatVector { 
unsigned long size;
float* data;
} floatVector;