Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- closed_lines
- 7 Occurrences trouvées, Dernière modification :
- OURA //
// www.jmartinho.net //
// //
int tamanhoWIDTH = 950;
int tamanhoHEIGHT = 500;
int numeroPonto... rayY = new int[numeroPontos];
int contaMouse=0;
void setup() {
frameRate(20);
background(255,255,255);
size(tamanhoWIDTH, tamanhoHEIGHT);
for (int i = 0; i < numeroPontos; i++) {
NumerosArrayX[i] = tamanhoWIDTH/2;
NumerosArrayY[i] = tamanhoHEIGHT/2;
}
fo