#include <OSGTextVectorGlyph.h>
Public Types | |
| enum | PointType { PT_ON, PT_QUAD, PT_CUBIC } |
Public Member Functions | |
| Point (const Vec2f &_pos, PointType _type) | |
Public Attributes | |
| Vec2f | pos |
| PointType | type |
Definition at line 77 of file OSGTextVectorGlyph.h.
Creates a new Point object.
| _pos | The position | |
| _type | The type of point |
Definition at line 43 of file OSGTextVectorGlyph.inl.
The position
Definition at line 88 of file OSGTextVectorGlyph.h.
The type of point (on, quad, cubic)
Definition at line 91 of file OSGTextVectorGlyph.h.
1.5.5