- 1.7
- 1.6
- 1.5
- Beta
- Examples (for 1.6a)
- Misc
Table 6.13. Glyph type members
| Member | Type | Access | Description |
|---|---|---|---|
| data | glyphdata | ro | Individual data for each vertex of the glyph |
| rotation | double[9] | rw | Rotation matrix for the glyph |
| solid | int | rw | Specifies whether the glyph is drawn as a filled (solid) shape or in wireframe |
| text | string | rw | Text data associated to the glyph. Not all glyphs use text |
| type | string | rw | Style of the glyph - see Glyph Types for a list |
| visible | int | rw | Flag indicating whether the glyph is currently visible |
Table 6.14. Glyph type functions
| Function | Return Type | Description |
|---|---|---|
| resetrotation () | void | Reset any rotation applied to the glyph |
| rotatex ( double angle ) | void | Rotates the glyph by angle degrees about its x axis |
| rotatey ( double angle ) | void | Rotates the glyph by angle degrees about its y axis |
| rotatey ( double angle ) | void | Rotates the glyph by angle degrees about its z axis |

