#include <OSGTextVectorGlyph.h>
Public Member Functions | |
| VertexNormal (const Vec2f &nextEdgeNormal_, const Vec2f &meanEdgeNormal_, Real32 edgeAngle_) | |
Public Attributes | |
| Vec2f | nextEdgeNormal |
| Vec2f | meanEdgeNormal |
| Real32 | edgeAngle |
Definition at line 134 of file OSGTextVectorGlyph.h.
| osg::TextVectorGlyph::VertexNormal::VertexNormal | ( | const Vec2f & | nextEdgeNormal_, | |
| const Vec2f & | meanEdgeNormal_, | |||
| Real32 | edgeAngle_ | |||
| ) | [inline] |
Constructor
Definition at line 59 of file OSGTextVectorGlyph.inl.
00060 : nextEdgeNormal(nextEdgeNormal_), meanEdgeNormal(meanEdgeNormal_), edgeAngle(edgeAngle_) 00061 {}
The edge normal of the outgoing edge
Definition at line 137 of file OSGTextVectorGlyph.h.
normalized mean of the adjacent edge normals
Definition at line 140 of file OSGTextVectorGlyph.h.
the angle between the adjacent edges
Definition at line 143 of file OSGTextVectorGlyph.h.
1.5.5