PCB-FPW developer documentation based on version: 0.0.11

Data Fields

BoxType Struct Reference

A bounding box. More...

#include <pcb_globals.h>

Data Fields

LocationType X1
LocationType Y1
LocationType X2
LocationType Y2

Detailed Description

A bounding box.

Definition at line 122 of file pcb_globals.h.


Field Documentation

LocationType BoxType::X1

X-value of the upper left corner coordinate.

Definition at line 125 of file pcb_globals.h.

LocationType BoxType::X2

X-value of the lower right corner coordinate.

Definition at line 129 of file pcb_globals.h.

LocationType BoxType::Y1

Y-value of the upper left corner coordinate.

Definition at line 127 of file pcb_globals.h.

LocationType BoxType::Y2

Y-value of the lower right corner coordinate.

Definition at line 131 of file pcb_globals.h.


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