#include "vtkOpenGL.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 M | ( | row, | |||
col | ) | m[col*4+row] |
void vtkgluPickMatrix | ( | GLdouble | x, | |
GLdouble | y, | |||
GLdouble | width, | |||
GLdouble | height, | |||
int * | origin, | |||
int * | size | |||
) | [inline] |
Definition at line 30 of file vtkgluPickMatrix.h.