#include <string.h>#include <math.h>#include "camera.h"#include "msgpool.h"
Defines | |
| #define | OUTPUTVERTEX(x) |
Functions | |
| boolean | CameraClipPolygon3f (CameraRecf *CPos, int n, const point3f *p, void(*output)(int n, point3f *p)) |
| #define OUTPUTVERTEX | ( | x | ) |
{ if ( m >= outbufsize ) \
{ if ( !pkv_GetScratchMem(sizeof(point3f)) ) goto failure; } \
outbufsize++; \
outb[m++] = x; \
}
| boolean CameraClipPolygon3f | ( | CameraRecf * | CPos, | |
| int | n, | |||
| const point3f * | p, | |||
| void(*)(int n, point3f *p) | output | |||
| ) |
1.7.1