KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::ARC_VERTEX Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ attr

int32_t PADS_IO::ARC_VERTEX::attr = 0

Definition at line 106 of file pads_binary_parser.h.

◆ x

int32_t PADS_IO::ARC_VERTEX::x = 0

◆ y

int32_t PADS_IO::ARC_VERTEX::y = 0

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