MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ImGuiMeasurementIndicators::Stipple Struct Reference

Parameters for drawing dotted lines. More...

#include <MRImGuiMeasurementIndicators.h>

Classes

struct  Segment
 

Public Attributes

float patternLength = 16
 
std::span< const Segmentsegments
 

Detailed Description

Parameters for drawing dotted lines.

Member Data Documentation

◆ patternLength

float MR::ImGuiMeasurementIndicators::Stipple::patternLength = 16

This is the period of the stipple pattern, in pixels. This is automatically multiplied by UI::scale().

◆ segments

std::span<const Segment> MR::ImGuiMeasurementIndicators::Stipple::segments

The documentation for this struct was generated from the following file: