#include <stdlib.h>
#include <math.h>
Go to the source code of this file.
Functions | |
static void | fghCircleTable (double **sint, double **cost, const int n) |
static void | glutSolidSphere (GLdouble radius, GLint slices, GLint stacks) |
static 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.
static void glutSolidSphere | ( | GLdouble | radius, | |
GLint | slices, | |||
GLint | stacks | |||
) | [static] |
Definition at line 70 of file gl_geometry.h.
static void glutWireSphere | ( | GLdouble | radius, | |
GLint | slices, | |||
GLint | stacks | |||
) | [static] |
Definition at line 158 of file gl_geometry.h.