#include <Primitivesf.h>
Static Public Member Functions | |
static GLvoid | colorf (GLclampf r, GLclampf g, GLclampf b, GLclampf a) |
static GLvoid | linef (const GLfloat s[3], const GLfloat e[3]) |
static GLvoid | circlef (const GLfloat p[3], const GLfloat o[3], GLfloat radius) |
GLvoid ES3D::Primitivesf::circlef | ( | const GLfloat | p[3], | |
const GLfloat | o[3], | |||
GLfloat | radius | |||
) | [static] |
Draws a circle in the given plane
p | the position of the center | |
o | the orientation of the circle | |
radius | the radius |
GLvoid ES3D::Primitivesf::colorf | ( | GLclampf | r, | |
GLclampf | g, | |||
GLclampf | b, | |||
GLclampf | a | |||
) | [static] |
Sets the current color
r | red value | |
g | green value | |
b | blue value | |
a | alpha value |
GLvoid ES3D::Primitivesf::linef | ( | const GLfloat | s[3], | |
const GLfloat | e[3] | |||
) | [static] |
Draws a line
s | start point | |
e | end point |