Parameters for drawing dotted lines. More...
#include <MRImGuiMeasurementIndicators.h>
Classes | |
| struct | Segment |
Public Attributes | |
| float | patternLength = 16 |
| std::span< const Segment > | segments |
Parameters for drawing dotted lines.
| float MR::ImGuiMeasurementIndicators::Stipple::patternLength = 16 |
This is the period of the stipple pattern, in pixels. This is automatically multiplied by UI::scale().
| std::span<const Segment> MR::ImGuiMeasurementIndicators::Stipple::segments |