KiCad PCB EDA Suite
|
Holding struct to keep originating midpoint. More...
#include <eda_shape.h>
Public Attributes | |
VECTOR2I | mid |
VECTOR2I | start |
VECTOR2I | end |
VECTOR2I | center |
Holding struct to keep originating midpoint.
Definition at line 65 of file eda_shape.h.
VECTOR2I ARC_MID::center |
Definition at line 70 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), EDA_SHAPE::move(), EDA_SHAPE::rotate(), and EDA_SHAPE::SetCachedArcData().
VECTOR2I ARC_MID::end |
Definition at line 69 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), EDA_SHAPE::move(), EDA_SHAPE::rotate(), and EDA_SHAPE::SetCachedArcData().
VECTOR2I ARC_MID::mid |
Definition at line 67 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), EDA_SHAPE::move(), EDA_SHAPE::rotate(), and EDA_SHAPE::SetCachedArcData().
VECTOR2I ARC_MID::start |
Definition at line 68 of file eda_shape.h.
Referenced by EDA_SHAPE::GetArcMid(), EDA_SHAPE::move(), EDA_SHAPE::rotate(), and EDA_SHAPE::SetCachedArcData().