author | mcecchetti <mcecchetti@users.sourceforge.net> | |
Mon, 26 May 2008 22:32:02 +0000 (22:32 +0000) | ||
committer | mcecchetti <mcecchetti@users.sourceforge.net> | |
Mon, 26 May 2008 22:32:02 +0000 (22:32 +0000) | ||
commit | 6e16a663ee96cd1329e48518138efb415046d9f6 | |
tree | 84cf7ae2a475dfef0d557809f7472a921a963d76 | tree | snapshot |
parent | 5c6c297c967ed199fc7e21a97a3d3acfa2d7f089 | commit | diff |
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
13 files changed:
src/2geom/CMakeLists.txt | diff | blob | history | |
src/2geom/Makefile_insert | diff | blob | history | |
src/2geom/bezier-curve.h | [new file with mode: 0644] | blob |
src/2geom/curve-helpers.cpp | [new file with mode: 0644] | blob |
src/2geom/curve.h | [new file with mode: 0644] | blob |
src/2geom/curves.h | [new file with mode: 0644] | blob |
src/2geom/elliptical-arc.cpp | diff | blob | history | |
src/2geom/elliptical-arc.h | [new file with mode: 0644] | blob |
src/2geom/forward.h | diff | blob | history | |
src/2geom/hvlinesegment.h | [new file with mode: 0644] | blob |
src/2geom/path.cpp | diff | blob | history | |
src/2geom/path.h | diff | blob | history | |
src/2geom/sbasis-curve.h | [new file with mode: 0644] | blob |