[CPML] Added stub for AdgPrimitive and AdgCurve
commit7c4c1bfe33bdaef9b4101b5aae39d7831ba324e1
authorNicola Fontana <ntd@entidi.it>
Tue, 3 Mar 2009 00:29:14 +0000 (3 01:29 +0100)
committerNicola Fontana <ntd@entidi.it>
Tue, 3 Mar 2009 00:29:14 +0000 (3 01:29 +0100)
treecc74c769c1dd295b86d2ab1a450adc75091f173f
parent073fa71a95a534bf3f6a1e7c521177bac5864b10
[CPML] Added stub for AdgPrimitive and AdgCurve

The plan is to use the AdgPrimitive as an abstraction layer that
dispatches the operations common to all the primitives to the
relevant one. This will simplify a lot the job of AdgSegment (as
almost all the operations should be propagated to the underlying
primitives) and will help future development, though.
cpml/Makefile.am
cpml/cpml-curve.c [new file with mode: 0644]
cpml/cpml-curve.h [new file with mode: 0644]
cpml/cpml-primitive.c [new file with mode: 0644]
cpml/cpml-primitive.h [new file with mode: 0644]