OTV_GlyphData struct
#include <include/OnTubeVis/glyph_types.h>
A struct generically representing a single glyph instance that can be up-casted into a struct for any of the known concrete glyph types.
Public variables
- const uint32_t N
- The number of data floats (i.e. excluding the arc length
s) the glyph data consists of. - float s
- The arc length along the trajectory that the glyph is located.
- float params
- Storage for up to 14 floats describing the static glyph properties. Semantics depend on the concrete glyph type.