#include <raster.h>
Public Methods | |
| GltRasterPos (const bool getIt=false) | |
| Constructor. | |
| ~GltRasterPos () | |
| Constructor. | |
| void | get () |
| Get the current OpenGL raster position. | |
| void | set () |
| Set the current OpenGL raster position. | |
| void | set (int x, int y) |
| Set the current OpenGL raster position. | |
| GLdouble & | x () |
| X raster positon. | |
| GLdouble & | y () |
| Y raster positon. | |
| GLdouble & | z () |
| Z raster positon. | |
| GLdouble & | w () |
| W raster positon. | |
| const GLdouble & | x () const |
| X raster positon. | |
| const GLdouble & | y () const |
| Y raster positon. | |
| const GLdouble & | z () const |
| Z raster positon. | |
| const GLdouble & | w () const |
| W raster positon. | |
Convenient manipulation of raster position for bitmap rendering. (and text)
Definition at line 49 of file raster.h.
1.2.18