What i meant was, i have an array of points i need to use for calculation. The number of this points is unknown from the start and might increase or decrease over time.
I'm not sure what's the best way to do it.
I can't set #define MAX_ITEMS 5
cause I won't know the length of that array. It will depend on what is being tracked at runtime.