Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
pathgeom.h File Reference
#include <stddef.h>
Include dependency graph for pathgeom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Pxy_t
 
struct  Ppoly_t
 
struct  Pedge_t
 

Typedefs

typedef struct Pxy_t Pxy_t
 
typedef struct Pxy_t Ppoint_t
 
typedef struct Pxy_t Pvector_t
 
typedef struct Ppoly_t Ppoly_t
 
typedef Ppoly_t Ppolyline_t
 
typedef struct Pedge_t Pedge_t
 
typedef struct vconfig_s vconfig_t
 

Functions

void freePath (Ppolyline_t *p)
 

Typedef Documentation

◆ Pedge_t

typedef struct Pedge_t Pedge_t

◆ Ppoint_t

typedef struct Pxy_t Ppoint_t

Definition at line 41 of file pathgeom.h.

◆ Ppoly_t

typedef struct Ppoly_t Ppoly_t

◆ Ppolyline_t

Definition at line 50 of file pathgeom.h.

◆ Pvector_t

typedef struct Pxy_t Pvector_t

Definition at line 42 of file pathgeom.h.

◆ Pxy_t

typedef struct Pxy_t Pxy_t

◆ vconfig_t

typedef struct vconfig_s vconfig_t

Definition at line 57 of file pathgeom.h.

Function Documentation

◆ freePath()

void freePath ( Ppolyline_t p)

Definition at line 18 of file util.c.

References free(), and Ppoly_t::ps.

Referenced by wedgedEllipse().

Here is the call graph for this function:
Here is the caller graph for this function: