14 #define POLYEPSILON 0.000001
22 bool Xor(
bool x,
bool y);
31 bool IsSimplePolygon(
const DLine2 &vertices);
32 bool IsSimplePolygon(
const DLine3 &vertices);
33 bool IsClockwisePolygon(
const DLine2 &vertices);
34 bool IsClockwisePolygon(
const DLine3 &vertices);
44 bool IsSimplePolygon(
const FLine2 &vertices);
45 bool IsSimplePolygon(
const FLine3 &vertices);
46 bool IsClockwisePolygon(
const FLine2 &vertices);
47 bool IsClockwisePolygon(
const FLine3 &vertices);
50 #endif // POLYCHECKER_H