diff options
| author | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-26 22:32:02 +0000 |
|---|---|---|
| committer | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-26 22:32:02 +0000 |
| commit | a6f8dcc537e795d623d90a9522d7aa56f44a2dd8 (patch) | |
| tree | 84cf7ae2a475dfef0d557809f7472a921a963d76 /src/2geom/Makefile_insert | |
| parent | Cmake: More Dependency work, added new files (diff) | |
| download | inkscape-a6f8dcc537e795d623d90a9522d7aa56f44a2dd8.tar.gz inkscape-a6f8dcc537e795d623d90a9522d7aa56f44a2dd8.zip | |
implemented new classes for horizontal and vertical line segments; path.h has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once
(bzr r5755)
Diffstat (limited to 'src/2geom/Makefile_insert')
| -rw-r--r-- | src/2geom/Makefile_insert | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/2geom/Makefile_insert b/src/2geom/Makefile_insert index e2c0d6aa3..c45dd806d 100644 --- a/src/2geom/Makefile_insert +++ b/src/2geom/Makefile_insert @@ -8,6 +8,7 @@ 2geom_lib2geom_a_SOURCES = \
2geom/basic-intersection.cpp \
2geom/basic-intersection.h \
+ 2geom/bezier-curve.h \
2geom/bezier-to-sbasis.h \
2geom/bezier-utils.cpp \
2geom/bezier-utils.h \
@@ -23,14 +24,19 @@ 2geom/coord.h \
2geom/crossing.cpp \
2geom/crossing.h \
+ 2geom/curve.h \
+ 2geom/curves.h \
+ 2geom/curve-helpers.cpp \
2geom/d2-sbasis.cpp \
2geom/d2-sbasis.h \
2geom/d2.h \
2geom/exception.h \
2geom/elliptical-arc.cpp \
+ 2geom/elliptical-arc.h \
2geom/forward.h \
2geom/geom.cpp \
2geom/geom.h \
+ 2geom/hvlinesegment.h \
2geom/interval.h \
2geom/isnan.h \
2geom/linear.h \
@@ -67,6 +73,7 @@ 2geom/region.h \
2geom/sbasis-2d.cpp \
2geom/sbasis-2d.h \
+ 2geom/sbasis-curve.h \
2geom/sbasis-geometric.cpp \
2geom/sbasis-geometric.h \
2geom/sbasis-math.cpp \
|
