#include <ost/geom/vec3.hh>#include "glext_include.hh"#include "gl_include.hh"Go to the source code of this file.
Functions | |
| void | glVertex3v (double *v) |
| void | glVertex3v (const double *v) |
| void | glVertex3v (float *v) |
| void | glVertex3v (const float *v) |
| void | glVertex3 (const geom::Vec3 &v) |
| void | glMultMatrix (float *v) |
| void | glMultMatrix (double *v) |
| void | glNormal3v (double *v) |
| void | glNormal3v (float *v) |
| void | glTexCoord2v (float *v) |
| void | glTexCoord2v (double *v) |
| void | glGetv (GLenum pname, double *v) |
| void | glGetv (GLenum pname, float *v) |
| void | glLoadMatrix (float *arr) |
| void | glLoadMatrix (double *arr) |
| void glGetv | ( | GLenum | pname, | |
| float * | v | |||
| ) | [inline] |
Definition at line 96 of file gl_helper.hh.
| void glGetv | ( | GLenum | pname, | |
| double * | v | |||
| ) | [inline] |
Definition at line 92 of file gl_helper.hh.
| void glLoadMatrix | ( | double * | arr | ) | [inline] |
Definition at line 105 of file gl_helper.hh.
| void glLoadMatrix | ( | float * | arr | ) | [inline] |
Definition at line 101 of file gl_helper.hh.
| void glMultMatrix | ( | double * | v | ) | [inline] |
Definition at line 71 of file gl_helper.hh.
| void glMultMatrix | ( | float * | v | ) | [inline] |
Definition at line 67 of file gl_helper.hh.
| void glNormal3v | ( | float * | v | ) | [inline] |
Definition at line 79 of file gl_helper.hh.
| void glNormal3v | ( | double * | v | ) | [inline] |
Definition at line 75 of file gl_helper.hh.
| void glTexCoord2v | ( | double * | v | ) | [inline] |
Definition at line 87 of file gl_helper.hh.
| void glTexCoord2v | ( | float * | v | ) | [inline] |
Definition at line 83 of file gl_helper.hh.
| void glVertex3 | ( | const geom::Vec3 & | v | ) | [inline] |
Definition at line 62 of file gl_helper.hh.
| void glVertex3v | ( | const float * | v | ) | [inline] |
Definition at line 58 of file gl_helper.hh.
| void glVertex3v | ( | float * | v | ) | [inline] |
Definition at line 53 of file gl_helper.hh.
| void glVertex3v | ( | const double * | v | ) | [inline] |
Definition at line 47 of file gl_helper.hh.
| void glVertex3v | ( | double * | v | ) | [inline] |
Definition at line 41 of file gl_helper.hh.
1.5.8