Each letter is represented by an array of points ie vertices of that letter. More...
#include <Stroke.h>
Public Types | |
| enum | PointType { PT = 1, STROKE, END, PT = 1, STROKE, END } |
| enum | PointType { PT = 1, STROKE, END, PT = 1, STROKE, END } |
Public Attributes | |
| GLfloat | x |
| GLfloat | y |
| PointType | type |
Each letter is represented by an array of points ie vertices of that letter.
| enum CharPoint::PointType |
| enum CharPoint::PointType |
Definition at line 27 of file Stroke.h.
Referenced by Stroke::DrawLetter().
| GLfloat CharPoint::x |
Definition at line 26 of file Stroke.h.
Referenced by Stroke::DrawLetter().
| GLfloat CharPoint::y |
Definition at line 26 of file Stroke.h.
Referenced by Stroke::DrawLetter().
1.8.0