OTV_RectangleData struct
#include <include/OnTubeVis/glyph_types.h>
The data struct for the GlyphType::Rect glyph.
Public variables
- const uint32_t N
- The number of 32bit dynamic properties (excluding arc length
s) of a rectangle glyph layer. Must be 3 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 width
- The width of the rectangle in the configured input range (default:
0..2) in case a dynamic value is to be used. - float height
- The height of the rectangle in the configured input range (default:
0..2) in case a dynamic value is to be used.