Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
polygon_t Struct Reference

#include <types.h>

Collaboration diagram for polygon_t:
[legend]

Data Fields

int regular
 
size_t peripheries
 number of periphery lines
 
size_t sides
 number of sides
 
double orientation
 
double distortion
 
double skew
 
graphviz_polygon_style_t option
 ROUNDED, DIAGONAL corners, etc.
 
pointfvertices
 

Detailed Description

Definition at line 143 of file types.h.

Field Documentation

◆ distortion

double polygon_t::distortion

Definition at line 148 of file types.h.

Referenced by isBox(), and isRect().

◆ option

graphviz_polygon_style_t polygon_t::option

Definition at line 150 of file types.h.

Referenced by poly_inside().

◆ orientation

double polygon_t::orientation

Definition at line 147 of file types.h.

Referenced by isBox(), and isRect().

◆ peripheries

size_t polygon_t::peripheries

Definition at line 145 of file types.h.

Referenced by poly_inside(), and star_inside().

◆ regular

int polygon_t::regular

Definition at line 144 of file types.h.

◆ sides

size_t polygon_t::sides

Definition at line 146 of file types.h.

Referenced by isBox(), isEllipse(), isRect(), poly_inside(), and star_inside().

◆ skew

double polygon_t::skew

Definition at line 149 of file types.h.

Referenced by isBox(), and isRect().

◆ vertices

pointf* polygon_t::vertices

Definition at line 151 of file types.h.

Referenced by poly_free(), poly_inside(), and star_inside().


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