From 25a154f500b45b83f3c004738f596296f24cdfab Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 20 Feb 2008 03:15:21 +0000 Subject: Add BEG_POINT synonym for START_POINT git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@584 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtosvg/spline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'converter') diff --git a/converter/other/pamtosvg/spline.h b/converter/other/pamtosvg/spline.h index 05a56e23..96ceab4e 100644 --- a/converter/other/pamtosvg/spline.h +++ b/converter/other/pamtosvg/spline.h @@ -21,6 +21,7 @@ typedef at_spline_type spline_type; #define START_POINT(spl) ((spl).v[0]) #define CONTROL1(spl) ((spl).v[1]) #define CONTROL2(spl) ((spl).v[2]) +#define BEG_POINT(spl) ((spl).v[0]) #define END_POINT(spl) ((spl).v[3]) #define SPLINE_DEGREE(spl) ((spl).degree) #define SPLINE_LINEARITY(spl) ((spl).linearity) -- cgit 1.4.1