#include <FTVectoriser.h>
Definition at line 20 of file FTVectoriser.h.
Public Member Functions | |
FTTesselation (GLenum m) | |
Default constructor. | |
~FTTesselation () | |
Destructor. | |
void | AddPoint (const FTGL_DOUBLE x, const FTGL_DOUBLE y, const FTGL_DOUBLE z) |
Add a point to the mesh. | |
size_t | PointCount () const |
The number of points in this mesh. | |
const FTPoint & | Point (unsigned int index) const |
GLenum | PolygonType () const |
Return the OpenGL polygon type. |
|
Default constructor.
Definition at line 26 of file FTVectoriser.h. |
|
Destructor.
Definition at line 35 of file FTVectoriser.h. |
|
Add a point to the mesh.
Definition at line 43 of file FTVectoriser.h. References FTGL_DOUBLE. Referenced by FTMesh::AddPoint(). |
|
Definition at line 56 of file FTVectoriser.h. Referenced by FTExtrdGlyph::FTExtrdGlyph(), and FTPolyGlyph::FTPolyGlyph(). |
|
The number of points in this mesh.
Definition at line 51 of file FTVectoriser.h. Referenced by FTExtrdGlyph::FTExtrdGlyph(), and FTPolyGlyph::FTPolyGlyph(). |
|
Return the OpenGL polygon type.
Definition at line 61 of file FTVectoriser.h. Referenced by FTExtrdGlyph::FTExtrdGlyph(), and FTPolyGlyph::FTPolyGlyph(). |