pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00035 #ifndef PCB_CLIP_H 00036 #define PCB_CLIP_H 00037 00038 #include "global.h" 00039 00040 /* --------------------------------------------------------------------------- 00041 * prototypes 00042 */ 00043 00044 bool ClipLine (double minx, double miny, double maxx, double maxy, 00045 double *x1, double *y1, 00046 double *x2, double *y2, 00047 double margin); 00048 00049 #endif