

Go to the source code of this file.
Functions | |
| static void | fghCircleTable (double **sint, double **cost, const int n) |
| void | glutSolidSphere (GLdouble radius, GLint slices, GLint stacks) |
| void | glutWireSphere (GLdouble radius, GLint slices, GLint stacks) |
| static void fghCircleTable | ( | double ** | sint, |
| double ** | cost, | ||
| const int | n | ||
| ) | [static] |
Definition at line 24 of file gl_geometry.h.
| void glutSolidSphere | ( | GLdouble | radius, |
| GLint | slices, | ||
| GLint | stacks | ||
| ) | [inline] |
Definition at line 70 of file gl_geometry.h.
| void glutWireSphere | ( | GLdouble | radius, |
| GLint | slices, | ||
| GLint | stacks | ||
| ) | [inline] |
Definition at line 158 of file gl_geometry.h.