VTK
Defines | Functions
/Users/kitware/Dashboards/MyTests/VTK_BLD_Release_docs/Utilities/Doxygen/dox/Rendering/OpenGL/vtkgluPickMatrix.h File Reference
#include "vtkOpenGL.h"
Include dependency graph for vtkgluPickMatrix.h:

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]

Function Documentation

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

Definition at line 28 of file vtkgluPickMatrix.h.