#include <GL/glut.h>
#include <stdio.h>
#include <vector>
#include <algorithm>
#include "Timestep.h"
Go to the source code of this file.
Functions | |
void | OutputString (GLfloat x, GLfloat y, char *string) |
output a string in a 2d projection model at x,y. More... | |
void | OutputString3 (GLfloat x, GLfloat y, GLfloat z, char *string) |
output a string in a 3d model at x,y,z. More... |
|
output a string in a 2d projection model at x,y.
Definition at line 29 of file Timestep.C. |
|
output a string in a 3d model at x,y,z.
Definition at line 40 of file Timestep.C. Referenced by Timestep::showlabels, and Timestep::showlengths. |