This commit is contained in:
Daveo 2001-05-30 20:36:44 +00:00
parent 0e4bdb4d66
commit 094ef45f8f
5 changed files with 75 additions and 149 deletions

View file

@ -19,6 +19,15 @@
#endif
/*****************************************************************************/
const s16 CircleTable[ CIRCLE_TAB_MAX] =
{
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 =