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

#include <simple.h>

Collaboration diagram for intersection:
[legend]

Data Fields

struct vertexfirstv
 
struct vertexsecondv
 
struct polygonfirstp
 
struct polygonsecondp
 
float x
 
float y
 

Detailed Description

Definition at line 36 of file simple.h.

Field Documentation

◆ firstp

struct polygon* intersection::firstp

Definition at line 38 of file simple.h.

Referenced by find_intersection().

◆ firstv

struct vertex* intersection::firstv

Definition at line 37 of file simple.h.

Referenced by find_intersection(), and Plegal_arrangement().

◆ secondp

struct polygon * intersection::secondp

Definition at line 38 of file simple.h.

Referenced by find_intersection().

◆ secondv

struct vertex * intersection::secondv

Definition at line 37 of file simple.h.

Referenced by find_intersection(), and Plegal_arrangement().

◆ x

float intersection::x

Definition at line 39 of file simple.h.

Referenced by find_intersection(), and Plegal_arrangement().

◆ y

float intersection::y

Definition at line 39 of file simple.h.

Referenced by find_intersection().


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