Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
_polygon_walk_state_t Struct Reference
+ Collaboration diagram for _polygon_walk_state_t:

Data Fields

gboolean have_prev
 
float c [2]
 
float b [2]
 
gboolean have_first
 
float first_c [2]
 
float first_b [2]
 

Detailed Description

Definition at line 573 of file polygon.c.

Field Documentation

◆ b

float _polygon_walk_state_t::b[2]

Definition at line 577 of file polygon.c.

Referenced by _polygon_walk_segment().

◆ c

float _polygon_walk_state_t::c[2]

Definition at line 576 of file polygon.c.

Referenced by _polygon_walk_segment().

◆ first_b

float _polygon_walk_state_t::first_b[2]

Definition at line 580 of file polygon.c.

Referenced by _polygon_walk_segment().

◆ first_c

float _polygon_walk_state_t::first_c[2]

Definition at line 579 of file polygon.c.

Referenced by _polygon_walk_segment().

◆ have_first

gboolean _polygon_walk_state_t::have_first

Definition at line 578 of file polygon.c.

Referenced by _polygon_walk_segment().

◆ have_prev

gboolean _polygon_walk_state_t::have_prev

Definition at line 575 of file polygon.c.

Referenced by _polygon_walk_segment().


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