1
Fork 0
This commit is contained in:
Marisa the Magician 2019-04-07 17:09:23 +02:00
commit 866383d673
12 changed files with 336 additions and 161 deletions

View file

@ -10,8 +10,8 @@
*/
static const float checkers[4] =
{
1,0,
0,1
1.0,0.0,
0.0,1.0
};
#define d(x) x/4.0
static const float ordered2[4] =