Loading pcbnew/class_pad.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -829,6 +829,13 @@ int D_PAD::Compare( const D_PAD* padref, const D_PAD* padcmp ) } void D_PAD::Rotate( const wxPoint& aRotCentre, double aAngle ) { RotatePoint( &m_Pos, aRotCentre, aAngle ); m_Orient += aAngle; } wxString D_PAD::ShowPadShape() const { switch( GetShape() ) Loading pcbnew/class_pad.h +1 −0 Original line number Diff line number Diff line Loading @@ -400,6 +400,7 @@ public: SetLocalCoord(); } void Rotate( const wxPoint& aRotCentre, double aAngle ); wxString GetSelectMenuText() const; Loading Loading
pcbnew/class_pad.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -829,6 +829,13 @@ int D_PAD::Compare( const D_PAD* padref, const D_PAD* padcmp ) } void D_PAD::Rotate( const wxPoint& aRotCentre, double aAngle ) { RotatePoint( &m_Pos, aRotCentre, aAngle ); m_Orient += aAngle; } wxString D_PAD::ShowPadShape() const { switch( GetShape() ) Loading
pcbnew/class_pad.h +1 −0 Original line number Diff line number Diff line Loading @@ -400,6 +400,7 @@ public: SetLocalCoord(); } void Rotate( const wxPoint& aRotCentre, double aAngle ); wxString GetSelectMenuText() const; Loading