This commit is contained in:
Daveo 2001-05-14 22:12:09 +00:00
parent 1e6fb59d99
commit 87042023f8
4 changed files with 26 additions and 29 deletions

View file

@ -20,16 +20,7 @@
/*****************************************************************************/
const s16 c_circle[ NO_SIN ] =
{
0,25,49,74,97,120,142,162,181,197,212,225,236,244,251,254,
255,254,251,244,236,225,212,197,181,162,142,120,97,74,49,25,
0,-25,-49,-74,-97,-120,-142,-162,-181,-197,-212,-225,-236,-244,-251,-254,
-255,-254,-251,-244,-236,-225,-212,-197,-181,-162,-142,-120,-97,-74,-49,-25
};
/*****************************************************************************/
/*
const MATRIX IdentityMtx =
{
{{ONE, 0, 0},
@ -37,10 +28,10 @@ const MATRIX IdentityMtx =
{ 0, 0,ONE}},
{ 0, 0, 0},
};
*/
/*****************************************************************************/
const u32 NOTNEG = ((u32)1<<(u32)31) | ((u32)1<<(u32)15);
//const u32 NOTNEG = ((u32)1<<(u32)31) | ((u32)1<<(u32)15);
long s_randomSeed;
/*****************************************************************************/
@ -52,6 +43,7 @@ u8 *Ret;
}
/*****************************************************************************/
/*
void RotateBox(sBox *B,int W,int H,int _xScale,int _yScale,int _rot)
{
int halfW,halfH;
@ -79,3 +71,4 @@ int aspect;
B->x3=+cw-sh; B->y3=+sw+ch;
}
*/