OTV_CircleData struct
#include <include/OnTubeVis/glyph_types.h>
The data struct for the GlyphType::Circle glyph.
Public variables
- const uint32_t N
- The number of 32bit dynamic properties (excluding arc length
s) of a circle glyph layer. Must be 2 always. - float s
- The arc length along the trajectory that the surface color control point is located.
- float color
- A value in the configured input range (default:
0..1) to query the selected color map with. - float radius
- The radius of the circle in the configured input range (default:
0..1) in case a dynamic value is to be used.