Home
last modified time | relevance | path

Searched refs:FINEANGLEQUAD (Results 1 – 4 of 4) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dlookups.c41 #define NUMSINANGLES FINEANGLES+FINEANGLEQUAD+1
138 anglestep = (double)(PI/2/FINEANGLEQUAD); in BuildSinTable()
139 for (i=0;i<=FINEANGLEQUAD;i++) in BuildSinTable()
H A Drt_draw.h62 extern fixed sintable[FINEANGLES+FINEANGLEQUAD+1];
H A Drt_def.h173 #define FINEANGLEQUAD (FINEANGLES/4) macro
H A Drt_draw.c103 long sintable[FINEANGLES+FINEANGLEQUAD+1],