pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00037 #ifndef PCB_INTERSECT_H 00038 #define PCB_INTERSECT_H 00039 00040 #include "global.h" 00041 00042 double ComputeIntersectionArea (BoxListType *boxlist); /* will sort boxlist */ 00043 double ComputeUnionArea (BoxListType *boxlist); 00044 00045 #endif