|
|
| Plane (glm::vec3 _pos, glm::vec2 _dim) |
| |
|
glm::vec3 | getNormal () |
| |
|
void | setNormal (glm::vec3 n) |
| |
|
void | updateVertexArray (double x, double y) |
| |
|
void | render () |
| |
|
glm::vec2 | getDim () |
| |
|
char | getOtype () |
| |
|
glm::vec3 | getColor () |
| |
|
float | getColorR () |
| |
|
float | getColorG () |
| |
|
float | getColorB () |
| |
|
float * | getPosition () |
| |
|
void | setPosition (float *p) |
| |
|
float * | getOrientation () |
| |
|
void | setOrientation (float *o) |
| |
|
|
char | oType |
| |
|
float | position [3] |
| |
|
float | orientation [16] |
| |
|
glm::vec3 | color |
| |
The documentation for this class was generated from the following files: