Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
segment_t Struct Reference

#include <trap.h>

Collaboration diagram for segment_t:
[legend]

Data Fields

pointf v0
 
pointf v1
 
bool is_inserted
 
int root0
 
int root1
 
int next
 
int prev
 

Detailed Description

Definition at line 26 of file trap.h.

Field Documentation

◆ is_inserted

bool segment_t::is_inserted

Definition at line 28 of file trap.h.

Referenced by add_segment(), inserted(), and store().

◆ next

int segment_t::next

Definition at line 30 of file trap.h.

Referenced by add_segment(), inserted(), monotonate_trapezoids(), store(), and traverse_polygon().

◆ prev

int segment_t::prev

Definition at line 31 of file trap.h.

Referenced by add_segment(), inserted(), monotonate_trapezoids(), and store().

◆ root0

int segment_t::root0

Definition at line 29 of file trap.h.

◆ root1

int segment_t::root1

Definition at line 29 of file trap.h.

◆ v0

pointf segment_t::v0

Definition at line 27 of file trap.h.

Referenced by locate_endpoint(), monotonate_trapezoids(), partition(), store(), and traverse_polygon().

◆ v1

pointf segment_t::v1

Definition at line 27 of file trap.h.

Referenced by locate_endpoint(), store(), and traverse_polygon().


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