From da749c58ffbe812287b6a368a4ae3e54e742de62 Mon Sep 17 00:00:00 2001 From: Gabeta Soro Date: Wed, 24 May 2017 17:16:21 +0000 Subject: [PATCH] Ajustement --- .idea/inspectionProfiles/Project_Default.xml | 4 + .idea/workspace.xml | 310 +++++++++++-------- point.py | 6 +- 3 files changed, 192 insertions(+), 128 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 563625b..a4315d7 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -16,6 +16,10 @@ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 240d76c..86cf8d7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,8 @@ + + - + @@ -316,7 +318,7 @@ - + @@ -384,46 +386,54 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -434,29 +444,47 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + + @@ -466,29 +494,29 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + @@ -498,38 +526,62 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -537,39 +589,45 @@ - - - + + + + + + + + + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/point.py b/point.py index 2d86299..b3b0d85 100644 --- a/point.py +++ b/point.py @@ -22,8 +22,10 @@ #Paramètre Terrain space = 30 -Theight = 630 -Twidth = 540 +Theight = 540 +Twidth = 630 + +#nbr de point = (Theight/space) * (Twidth/space) point_dico = {}