KiCad PCB EDA Suite
Loading...
Searching...
No Matches
RECT_DEFINITION Struct Reference

Simple definition of a rectangle, can be rounded. More...

Public Attributes

VECTOR2I m_centre
 
VECTOR2I m_size
 
int m_corner_rad
 
bool m_front
 

Detailed Description

Simple definition of a rectangle, can be rounded.

Definition at line 42 of file test_drc_courtyard_overlap.cpp.

Member Data Documentation

◆ m_centre

VECTOR2I RECT_DEFINITION::m_centre

Definition at line 44 of file test_drc_courtyard_overlap.cpp.

Referenced by AddRectCourtyard().

◆ m_corner_rad

int RECT_DEFINITION::m_corner_rad

Definition at line 46 of file test_drc_courtyard_overlap.cpp.

Referenced by AddRectCourtyard().

◆ m_front

bool RECT_DEFINITION::m_front

Definition at line 49 of file test_drc_courtyard_overlap.cpp.

Referenced by AddRectCourtyard().

◆ m_size

VECTOR2I RECT_DEFINITION::m_size

Definition at line 45 of file test_drc_courtyard_overlap.cpp.

Referenced by AddRectCourtyard().


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