src/Jitter.h File Reference

The jitter values. More...

#include <GL/glut.h>

Include dependency graph for Jitter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _jitter_point
 A jitter point. More...
struct  _jitter_set
 A set of jitter points. More...

Defines

#define MAX_SAMPLES   66
#define MAX_JITTERS   7

Typedefs

typedef struct _jitter_point jitter_point
 A jitter point.
typedef struct _jitter_set jitter_set
 A set of jitter points.

Variables

jitter_point j_1 []
jitter_point j_2 []
jitter_point j_3 []
jitter_point j_4 []
jitter_point j_8 []
jitter_point j_15 []
jitter_point j_24 []
jitter_point j_66 []
jitter_set j []


Detailed Description

The jitter values.

Author:
Émilien Girault, Léo Terziman
Date:
: feb 02 2008

Definition in file Jitter.h.


Define Documentation

#define MAX_JITTERS   7

The number of jitter sets

Definition at line 87 of file Jitter.h.

#define MAX_SAMPLES   66

The max number of jitter points on a sample

Definition at line 84 of file Jitter.h.


Variable Documentation

jitter_set j[]

Initial value:

{
  { 1, j_1},
  { 2, j_2},
  { 3, j_3},
  { 4, j_4},
  { 8, j_8},
  {15, j_15},
  {24, j_24},
  {66, j_66}
}
A jitter set

Definition at line 294 of file Jitter.h.

Referenced by World::draw(), Display::draw(), World::iteration(), Image::loadBMP(), and World::World().

jitter_point j_1[]

Initial value:

{
  {0.0, 0.0}
}
1 jitter points

Definition at line 125 of file Jitter.h.

jitter_point j_15[]

Initial value:

{
  { 0.285561,  0.188437},
  { 0.360176, -0.065688},
  {-0.111751,  0.275019},
  {-0.055918, -0.215197},
  {-0.080231, -0.470965},
  { 0.138721,  0.409168},
  { 0.384120,  0.458500},
  {-0.454968,  0.134088},
  { 0.179271, -0.331196},
  {-0.307049, -0.364927},
  { 0.105354, -0.010099},
  {-0.154180,  0.021794},
  {-0.370135, -0.116425},
  { 0.451636, -0.300013},
  {-0.370610,  0.387504}
}
15 jitter points

Definition at line 172 of file Jitter.h.

jitter_point j_2[]

Initial value:

{
  { 0.246490,  0.249999},
  {-0.246490, -0.249999}
}
2 jitter points

Definition at line 131 of file Jitter.h.

jitter_point j_24[]

Initial value:

{
  { 0.030245,  0.136384},
  { 0.018865, -0.348867},
  {-0.350114, -0.472309},
  { 0.222181,  0.149524},
  {-0.393670, -0.266873},
  { 0.404568,  0.230436},
  { 0.098381,  0.465337},
  { 0.462671,  0.442116},
  { 0.400373, -0.212720},
  {-0.409988,  0.263345},
  {-0.115878, -0.001981},
  { 0.348425, -0.009237},
  {-0.464016,  0.066467},
  {-0.138674, -0.468006},
  { 0.144932, -0.022780},
  {-0.250195,  0.150161},
  {-0.181400, -0.264219},
  { 0.196097, -0.234139},
  {-0.311082, -0.078815},
  { 0.268379,  0.366778},
  {-0.040601,  0.327109},
  {-0.234392,  0.354659},
  {-0.003102, -0.154402},
  { 0.297997, -0.417965}
}
24 jitter points

Definition at line 193 of file Jitter.h.

jitter_point j_3[]

Initial value:

{
  {-0.373411, -0.250550},
  { 0.256263,  0.368119},
  { 0.117148, -0.117570}
}
3 jitter points

Definition at line 139 of file Jitter.h.

jitter_point j_4[]

Initial value:

{
  {-0.208147,  0.353730},
  { 0.203849, -0.353780},
  {-0.292626, -0.149945},
  { 0.296924,  0.149994}
}
4 jitter points

Definition at line 148 of file Jitter.h.

jitter_point j_66[]

66 jitter points

Definition at line 223 of file Jitter.h.

jitter_point j_8[]

Initial value:

{
  {-0.334818,  0.435331},
  { 0.286438, -0.393495},
  { 0.459462,  0.141540},
  {-0.414498, -0.192829},
  {-0.183790,  0.082102},
  {-0.079263, -0.317383},
  { 0.102254,  0.299133},
  { 0.164216, -0.054399}
}
8 jitter points

Definition at line 158 of file Jitter.h.


Generated on Sat Feb 2 22:22:56 2008 for Teapot Colony Wars by  doxygen 1.5.4