|
KiCad PCB EDA Suite
|
One board-outline vertex triplet: [i32 X, i32 Y, i32 attr] where attr -1 is a plain corner and attr >= 0 is the arc-parameter ordinal. More...
#include <pads_binary_parser.h>
Public Attributes | |
| int32_t | x = 0 |
| int32_t | y = 0 |
| int32_t | attr = 0 |
One board-outline vertex triplet: [i32 X, i32 Y, i32 attr] where attr -1 is a plain corner and attr >= 0 is the arc-parameter ordinal.
Definition at line 102 of file pads_binary_parser.h.
| int32_t PADS_IO::ARC_VERTEX::attr = 0 |
Definition at line 106 of file pads_binary_parser.h.
| int32_t PADS_IO::ARC_VERTEX::x = 0 |
Definition at line 104 of file pads_binary_parser.h.
Referenced by PADS_IO::deriveArc(), PADS_IO::BINARY_PARSER::parseBoardOutlineDirect(), and PADS_IO::BINARY_PARSER::parseGraphicLines().
| int32_t PADS_IO::ARC_VERTEX::y = 0 |
Definition at line 105 of file pads_binary_parser.h.
Referenced by PADS_IO::deriveArc(), PADS_IO::BINARY_PARSER::parseBoardOutlineDirect(), and PADS_IO::BINARY_PARSER::parseGraphicLines().