OTV_LinePlotData struct
#include <include/OnTubeVis/glyph_types.h>
The data struct for the GlyphType::LinePlot glyph.
Public variables
- const uint32_t N
- The number of 32bit dynamic properties (excluding arc length
s) of a line plot layer. Must be 4 always. - float s
- The arc length along the trajectory that the surface color control point is located.
- float values
- The values in theconfigured input range (default:
0..1) for each sub plot. Only the first n values need to be set when the corresponding layer defines n sub plots.