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
-1
View File
@@ -222,7 +222,6 @@ public:
*/
virtual void Arc( const VECTOR2I& centre, double StAngle, double EndAngle, int rayon,
FILL_T fill, int width = USE_DEFAULT_LINE_WIDTH );
virtual void Arc( const SHAPE_ARC& aArc );
/**
* Generic fallback: Cubic Bezier curve rendered as a polyline