Searched refs:POLY_NMAX (Results 1 – 2 of 2) sorted by relevance
30 #define POLY_NMAX 10 /* max #sides to a polygon; change if needed */ macro40 Poly_vert vert[POLY_NMAX]; /* vertices */
150 memcpy(p1, &p2, sizeof(Poly)-(POLY_NMAX-p2.n)*sizeof(Poly_vert)); in poly_clip_to_frustum()