clip3d (3) - Linux Manuals
clip3d: Clips the polygon given in vtx using fixed point math. Allegro game programming library.
NAME
clip3d - Clips the polygon given in vtx using fixed point math. Allegro game programming library.SYNOPSIS
#include <allegro.h>
int clip3d(int type, fixed min_z, fixed max_z, int vc, const V3D *vtx[], V3D *vout[], V3D *vtmp[], int out[]);