KiCad PCB EDA Suite
|
#include <eda_shape.h>
Public Attributes | |
VECTOR2I | mid |
VECTOR2I | start |
VECTOR2I | end |
VECTOR2I | center |
Definition at line 64 of file eda_shape.h.
VECTOR2I ARC_MID::center |
Definition at line 69 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), and EDA_SHAPE::SetCachedArcData().
VECTOR2I ARC_MID::end |
Definition at line 68 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), and EDA_SHAPE::SetCachedArcData().
VECTOR2I ARC_MID::mid |
Definition at line 66 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), and EDA_SHAPE::SetCachedArcData().
VECTOR2I ARC_MID::start |
Definition at line 67 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), and EDA_SHAPE::SetCachedArcData().