|
KiCad PCB EDA Suite
|
A selectable feature of a shape (a segment endpoint, arc centre, ...) and its location. More...
#include <constraint_builder.h>
Public Attributes | |
| CONSTRAINT_ANCHOR | anchor |
| VECTOR2I | pos |
| int | index = -1 |
| Vertex ordinal; only meaningful for the VERTEX anchor. | |
A selectable feature of a shape (a segment endpoint, arc centre, ...) and its location.
Definition at line 54 of file constraint_builder.h.
| CONSTRAINT_ANCHOR CONSTRAINT_ANCHOR_POINT::anchor |
Definition at line 56 of file constraint_builder.h.
| int CONSTRAINT_ANCHOR_POINT::index = -1 |
Vertex ordinal; only meaningful for the VERTEX anchor.
Definition at line 58 of file constraint_builder.h.
| VECTOR2I CONSTRAINT_ANCHOR_POINT::pos |
Definition at line 57 of file constraint_builder.h.