diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-16 21:36:19 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-16 21:36:19 +0000 |
| commit | 680344945f84364fbbcbe4d4a353a52d4a724653 (patch) | |
| tree | 1e8f541be4d451eff0e58ec6d76e066dd3167086 /src/2geom/coord.h | |
| parent | improving SVG Fonts UI (diff) | |
| download | inkscape-680344945f84364fbbcbe4d4a353a52d4a724653.tar.gz inkscape-680344945f84364fbbcbe4d4a353a52d4a724653.zip | |
update to latest 2geom (rev1497)
(bzr r6332)
Diffstat (limited to 'src/2geom/coord.h')
| -rw-r--r-- | src/2geom/coord.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/coord.h b/src/2geom/coord.h index e9abfc927..b2c2a4766 100644 --- a/src/2geom/coord.h +++ b/src/2geom/coord.h @@ -45,6 +45,7 @@ namespace Geom { typedef double Coord; const Coord EPSILON = 1e-5; //1e-18; +const Coord COORD_HUGE = 1e18; //IMPL: NearConcept inline bool are_near(Coord a, Coord b, double eps=EPSILON) { return fabs(a-b) <= eps; } |
