|
| int | computeTileHash (int x, int y, const int mask) |
| |
| int | prev (int i, int n) |
| |
| int | next (int i, int n) |
| |
| int | area2 (const unsigned short *a, const unsigned short *b, const unsigned short *c) |
| |
| bool | xorb (bool x, bool y) |
| |
| bool | left (const unsigned short *a, const unsigned short *b, const unsigned short *c) |
| |
| bool | leftOn (const unsigned short *a, const unsigned short *b, const unsigned short *c) |
| |
| bool | collinear (const unsigned short *a, const unsigned short *b, const unsigned short *c) |
| |
| bool | uleft (const unsigned short *a, const unsigned short *b, const unsigned short *c) |
| |
| dtReal | vdot2 (const dtReal *a, const dtReal *b) |
| |
| dtReal | vdistSq2 (const dtReal *p, const dtReal *q) |
| |
| dtReal | vdist2 (const dtReal *p, const dtReal *q) |
| |
| dtReal | vcross2 (const dtReal *p1, const dtReal *p2, const dtReal *p3) |
| |