does anyone know how I can extract a specific number or number position from a random value list?
...Right now I have 5 attractors and I wana extract x,y coordinates for each attractor
here is my part of code where I need that
thank you
class Attractor {
int type;
float rad;
float x, y;
int col;