#include <Arrow.h>

Public Member Functions | |
| Arrow () | |
| ~Arrow () | |
| std::istream & | Read (std::istream &) |
| void | DrawString (GLfloat, GLfloat, const char *) |
| void | Display () |
| GLfloat | GetLargestDisplacement () |
Private Attributes | |
| GLfloat | mStartX |
| GLfloat | mStartY |
| GLfloat | mStartZ |
| GLfloat | mEndX |
| GLfloat | mEndY |
| GLfloat | mEndZ |
| GLfloat | mThickness |
| glotzopengl::Arrow::Arrow | ( | ) |
| glotzopengl::Arrow::~Arrow | ( | ) |
| std::istream & glotzopengl::Arrow::Read | ( | std::istream & | is | ) |
| void glotzopengl::Arrow::DrawString | ( | GLfloat | , | |
| GLfloat | , | |||
| const char * | ||||
| ) |
| void glotzopengl::Arrow::Display | ( | ) | [virtual] |
Implements glotzopengl::GlObject.
| GLfloat glotzopengl::Arrow::GetLargestDisplacement | ( | ) | [virtual] |
Reimplemented from glotzopengl::GlObject.
GLfloat glotzopengl::Arrow::mStartX [private] |
GLfloat glotzopengl::Arrow::mStartY [private] |
GLfloat glotzopengl::Arrow::mStartZ [private] |
GLfloat glotzopengl::Arrow::mEndX [private] |
GLfloat glotzopengl::Arrow::mEndY [private] |
GLfloat glotzopengl::Arrow::mEndZ [private] |
GLfloat glotzopengl::Arrow::mThickness [private] |
1.5.3