Hello I would like to define one line (for example as a X) and then just use X when needed. I would like to have something like this:
int x = in.right.get(i)*30; vertex(207+x,227+x);
is there some way please?
Hello I would like to define one line (for example as a X) and then just use X when needed. I would like to have something like this:
int x = in.right.get(i)*30; vertex(207+x,227+x);
is there some way please?