FastUIDraw
Public Attributes | List of all members
fastuidraw::TessellatedPath::segment_chain Class Reference

#include <tessellated_path.hpp>

Public Attributes

const segmentm_prev_to_start
 
c_array< const segmentm_segments
 

Detailed Description

A segment_chain is a sequence of segment values where successive elements are neighbors of the same edge in the source Path. It is possible to split edges and keep neighbor information via the field m_prev_to_start

Definition at line 417 of file tessellated_path.hpp.

Member Data Documentation

◆ m_prev_to_start

const segment* fastuidraw::TessellatedPath::segment_chain::m_prev_to_start

if non-null, gives the segment just before the first element of m_segments. If null, then there is no segment just before m_segments.

Definition at line 431 of file tessellated_path.hpp.

◆ m_segments

c_array<const segment> fastuidraw::TessellatedPath::segment_chain::m_segments

The chain of segment values

Definition at line 423 of file tessellated_path.hpp.


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