#include "PCVContext.h"
#include <CVMiscTools.h>
#include <GenericTriangle.h>
#include <QGLPixelBuffer>
#include <GL/glu.h>
#include <assert.h>
Go to the source code of this file.
|
| static void | glVertex3v (const float *v) |
| |
| static void | glVertex3v (const double *v) |
| |
| static void | glTranslate (float x, float y, float z) |
| |
| static void | glTranslate (double x, double y, double z) |
| |
| static void | glScale (float x, float y, float z) |
| |
| static void | glScale (double x, double y, double z) |
| |
| void | openGLSnapshot (GLenum format, GLenum type, void *buffer) |
| |
◆ ZTWIST
◆ glScale() [1/2]
| static void glScale |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inlinestatic |
◆ glScale() [2/2]
| static void glScale |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inlinestatic |
◆ glTranslate() [1/2]
| static void glTranslate |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inlinestatic |
◆ glTranslate() [2/2]
| static void glTranslate |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inlinestatic |
◆ glVertex3v() [1/2]
| static void glVertex3v |
( |
const double * |
v | ) |
|
|
inlinestatic |
◆ glVertex3v() [2/2]
| static void glVertex3v |
( |
const float * |
v | ) |
|
|
inlinestatic |
◆ openGLSnapshot()
| void openGLSnapshot |
( |
GLenum |
format, |
|
|
GLenum |
type, |
|
|
void * |
buffer |
|
) |
| |