Code

implemented new classes for horizontal and vertical line segments; path.h has been...
authormcecchetti <mcecchetti@users.sourceforge.net>
Mon, 26 May 2008 22:32:02 +0000 (22:32 +0000)
committermcecchetti <mcecchetti@users.sourceforge.net>
Mon, 26 May 2008 22:32:02 +0000 (22:32 +0000)
commit6e16a663ee96cd1329e48518138efb415046d9f6
tree84cf7ae2a475dfef0d557809f7472a921a963d76
parent5c6c297c967ed199fc7e21a97a3d3acfa2d7f089
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
src/2geom/Makefile_insert
src/2geom/bezier-curve.h [new file with mode: 0644]
src/2geom/curve-helpers.cpp [new file with mode: 0644]
src/2geom/curve.h [new file with mode: 0644]
src/2geom/curves.h [new file with mode: 0644]
src/2geom/elliptical-arc.cpp
src/2geom/elliptical-arc.h [new file with mode: 0644]
src/2geom/forward.h
src/2geom/hvlinesegment.h [new file with mode: 0644]
src/2geom/path.cpp
src/2geom/path.h
src/2geom/sbasis-curve.h [new file with mode: 0644]