[AdgTrail] First implementation
commit1808b4afca039a8416fe5a9a852c4ef403b4ab88
authorNicola Fontana <ntd@entidi.it>
Wed, 9 Sep 2009 00:31:19 +0000 (9 02:31 +0200)
committerNicola Fontana <ntd@entidi.it>
Wed, 9 Sep 2009 00:31:19 +0000 (9 02:31 +0200)
tree410bce5283796704fe433fd6af7655075c44849d
parent9d926361b8dfafa1ffbda531192abfca359877ca
[AdgTrail] First implementation

Splitted the old AdgPath in AdgTrail (parent) and AdgPath (child). The
former is a generic CpmlPath model that demands all the implementation
to the caller.

This is needed for path models that are subject to different
transformations on a point basis, such as what needed to draw extension
and base lines for AdgLDim.
adg/Makefile.am
adg/adg-trail-private.h [new file with mode: 0644]
adg/adg-trail.c [new file with mode: 0644]
adg/adg-trail.h [new file with mode: 0644]