Go to the documentation of this file. 1 #ifndef __DW_TYPES_HH__
2 #define __DW_TYPES_HH__
4 #ifndef __INCLUDED_FROM_DW_CORE_HH__
5 # error Do not include this file directly, use "core.hh" instead.
116 return x1 * y2 - x2 * y1;
119 bool linesCross0(
int ax1,
int ay1,
int ax2,
int ay2,
120 int bx1,
int by1,
int bx2,
int by2);
121 bool linesCross(
int ax1,
int ay1,
int ax2,
int ay2,
122 int bx1,
int by1,
int bx2,
int by2);
213 #endif // __DW_TYPES_HH__