FastUIDraw
|
#include <tessellated_path.hpp>
Public Attributes | |
const segment * | m_prev_to_start |
c_array< const segment > | m_segments |
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.
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.
The chain of segment values
Definition at line 423 of file tessellated_path.hpp.