FACT++  1.0
void BasicGlCamera::skipPixels ( int  start,
int  howMany 
)
private

Definition at line 939 of file BasicGlCamera.cc.

References i, MAX_NUM_PIXELS, and pixelsCoords.

Referenced by calculatePixelsCoords().

940  {
941  for (int i=start;i<MAX_NUM_PIXELS-howMany;i++)
942  {
943  pixelsCoords[i][0] = pixelsCoords[i+howMany][0];
944  pixelsCoords[i][1] = pixelsCoords[i+howMany][1];
945  }
946  }
int start(int initState)
Definition: feeserver.c:1740
int i
Definition: db_dim_client.c:21
#define MAX_NUM_PIXELS
Definition: BasicGlCamera.h:8
static GLfloat pixelsCoords[MAX_NUM_PIXELS][3]

+ Here is the caller graph for this function: