Move SHAPE_ARC to EDA_ANGLE.

This commit is contained in:
Jeff Young
2022-01-16 01:19:45 +00:00
parent d4ee74a832
commit 1539fa5af2
11 changed files with 96 additions and 119 deletions
-7
View File
@@ -154,13 +154,6 @@ double PLOTTER::GetDashGapLenIU() const
}
void PLOTTER::Arc( const SHAPE_ARC& aArc )
{
Arc( VECTOR2I( aArc.GetCenter() ), aArc.GetStartAngle(), aArc.GetEndAngle(), aArc.GetRadius(),
FILL_T::NO_FILL, aArc.GetWidth() );
}
void PLOTTER::Arc( const VECTOR2I& centre, double StAngle, double EndAngle, int radius,
FILL_T fill, int width )
{