osg::TextVectorGlyph::Point Struct Reference

#include <OSGTextVectorGlyph.h>

List of all members.

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


Detailed Description

Defines a point of an outline.
Author:
Patrick Dähne

Definition at line 77 of file OSGTextVectorGlyph.h.


Member Enumeration Documentation

Defines different types of outline points

Enumerator:
PT_ON 
PT_QUAD 
PT_CUBIC 

Definition at line 80 of file OSGTextVectorGlyph.h.

00081         {
00082             PT_ON,
00083             PT_QUAD,
00084             PT_CUBIC
00085         };


Constructor & Destructor Documentation

osg::TextVectorGlyph::Point::Point ( const Vec2f _pos,
PointType  _type 
) [inline]

Creates a new Point object.

Parameters:
_pos The position
_type The type of point

Definition at line 43 of file OSGTextVectorGlyph.inl.

00044 : pos(_pos), type(_type)
00045 {}


Member Data Documentation

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.


The documentation for this struct was generated from the following files:

Generated on Mon Mar 17 12:15:34 2008 for OpenSG by  doxygen 1.5.5