Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkgluPickMatrix.h File Reference

#include <GL/gl.h>

Include dependency graph for vtkgluPickMatrix.h:

Include dependency graph

Go to the source code of this file.

Defines

#define M(row, col)   m[col*4+row]

Functions

void vtkgluPickMatrix (GLdouble x, GLdouble y, GLdouble width, GLdouble height, int *origin, int *size)


Define Documentation

#define M row,
col   )     m[col*4+row]
 

Referenced by vtkgluPickMatrix().


Function Documentation

void vtkgluPickMatrix GLdouble  x,
GLdouble  y,
GLdouble  width,
GLdouble  height,
int *  origin,
int *  size
[inline]
 

Definition at line 34 of file vtkgluPickMatrix.h.

References M.