changed constant in Map.Map

This commit is contained in:
Nicole Dresselhaus 2014-05-17 11:40:23 +02:00
parent 2944d36703
commit 0d65a485d5
No known key found for this signature in database
GPG Key ID: BC16D887851A1A80

View File

@ -45,7 +45,7 @@ giveMapHeight mop (x,z)
| outsideMap (x,z') = 0.0
| otherwise = sum $ map (\(p,d) -> (hlu p) * (1 - (d / totald))) tups
where
z' = z * ((sqrt 3)/2)
z' = z * 2/(sqrt 3)
outsideMap :: (Double, Double) -> Bool
outsideMap (mx, mz) = let ((a,b),(c,d)) = bounds mop