aboutsummaryrefslogtreecommitdiff
path: root/generic/Geo.h
diff options
context:
space:
mode:
authorlecoanet2001-11-12 09:48:58 +0000
committerlecoanet2001-11-12 09:48:58 +0000
commit142b1f0276762e060da064f2c6f7ad4703a66a65 (patch)
tree91da72b066b43a663ab1eb0a021e6b5761652773 /generic/Geo.h
parentb8925d5e364e858cd52b847c9a094b09c7c46f02 (diff)
downloadtkzinc-142b1f0276762e060da064f2c6f7ad4703a66a65.zip
tkzinc-142b1f0276762e060da064f2c6f7ad4703a66a65.tar.gz
tkzinc-142b1f0276762e060da064f2c6f7ad4703a66a65.tar.bz2
tkzinc-142b1f0276762e060da064f2c6f7ad4703a66a65.tar.xz
PRECISION_LIMIT est port�e � 1e-10 pour limiter
la port�e des erreurs de matrices non invertibles. Le probl�me subsiste toutefois.
Diffstat (limited to 'generic/Geo.h')
-rw-r--r--generic/Geo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/Geo.h b/generic/Geo.h
index 5229012..2b11414 100644
--- a/generic/Geo.h
+++ b/generic/Geo.h
@@ -57,7 +57,7 @@
#define M_PI_4 0.78539816339744830962
#endif
-#define PRECISION_LIMIT 1.0e-6
+#define PRECISION_LIMIT 1.0e-10
#define X_PRECISION_LIMIT 5.0e-2
#define LINE_END_POINTS 6
@@ -71,7 +71,6 @@
#define REAL_TO_INT(d) \
(((int) ((d) + (((d) > 0) ? 0.5 : -0.5))))
-
void
POLY_INIT(ZnPoly *poly);
void