Coordenadas jugador

2
-30 30 0 20 -20 -10 10 -10 -30 -20 -40 -50 0 0 -10 -30 -20 -40 -50 -30 30 20 -20 -10 10 0 Port Def1 Def2 Def3 Def4 Vol2 Vol1 Vol3 Del1 Del2 UBICACION INICIAL JUGADORES

Transcript of Coordenadas jugador

Page 1: Coordenadas jugador

-30

30

0

20

-20

-10

10

-10-30 -20-40-50

0

0-10-30 -20-40-50

-30

30

20

-20

-10

10

0 Port

Def1

Def2

Def3

Def4

Vol2

Vol1

Vol3

Del1

Del2

UBICACION INICIAL JUGADORES

Page 2: Coordenadas jugador

ARQUERO DEFENSA 1 DEFENSA 2 DEFENSA 3 DEFENSA 4

(Port)int xi = -50;int yi = 0;int tope = 12;

(Def1)int xi = -30;int yi = -20;int tope = 100;

(Def2)int xi = -30;int yi = -10;int tope = 50;

(Def3)int xi = -30;int yi = +10;int tope = 50;

(Def4)int xi = -30;int yi = +20;int tope = 100;

VOLANTE 1 VOLANTE 2 VOLANTE 3 DELANTERO 1 DELANTERO 2

(Vol1)int xi = -20;int yi = 0;int tope = 200;

(Vol2)int xi = -10;int yi = -20;int tope = 200;

(Vol3)int xi = -10;int yi = +20;int tope = 200;

(Del1)int xi = 0;int yi = -10;int tope = 300;

(Del2)int xi = 0;int yi = +10;int tope = 300;

UBICACION INICIAL JUGADORES