|
Graphviz 14.1.2~dev.20260118.1035
|
Go to the source code of this file.
Data Structures | |
| struct | Point |
Typedefs | |
| typedef struct Point | Point |
Functions | |
| PRIVATE void | geominit (void) |
| PRIVATE double | dist_2 (Point, Point) |
| distance squared between two points | |
| PRIVATE void | subpt (Point *a, Point b, Point c) |
| PRIVATE void | addpt (Point *a, Point b, Point c) |
| PRIVATE double | area_2 (Point a, Point b, Point c) |
| PRIVATE int | leftOf (Point a, Point b, Point c) |
| PRIVATE int | intersection (Point a, Point b, Point c, Point d, Point *p) |
Variables | |
| double | xmin |
| double | xmax |
| double | ymin |
| double | ymax |
| double | deltax |
| size_t | nsites |
| int | sqrt_nsites |
Definition at line 44 of file geometry.c.
References Point::x, and Point::y.
Referenced by polyOverlap().
Definition at line 50 of file geometry.c.
References Point::x, and Point::y.
Referenced by edgesIntersect(), and leftOf().
Definition at line 31 of file geometry.c.
References dx, dy, Point::x, and Point::y.
Referenced by addCorners().
| PRIVATE void geominit | ( | void | ) |
Definition at line 23 of file geometry.c.
References nsites, and sqrt_nsites.
Referenced by makeInfo().
Definition at line 60 of file geometry.c.
Definition at line 55 of file geometry.c.
References area_2().
Definition at line 38 of file geometry.c.
References Point::x, and Point::y.
Referenced by edgesIntersect().
|
extern |
Definition at line 18 of file geometry.c.
Referenced by ELleftbnd(), and geomUpdate().
|
extern |
Definition at line 20 of file geometry.c.
Referenced by addCorners(), chkBoundBox(), countOverlap(), freeNodes(), geominit(), geomUpdate(), makeInfo(), newPos(), rePos(), sortSites(), and updateGraph().
|
extern |
Definition at line 21 of file geometry.c.
Referenced by ELinitialize(), geominit(), and PQinitialize().
| double xmax |
Definition at line 28 of file geometry.h.
|
extern |
Definition at line 17 of file geometry.c.
Referenced by ELleftbnd(), findHorizontal(), geomUpdate(), make_map_internal(), and QuadTree_new_from_point_list().
| double ymax |
Definition at line 28 of file geometry.h.
| double ymin |
Definition at line 28 of file geometry.h.