Document SetArcAngleAndEnd angle winding.

This commit is contained in:
Alex Shvartzkop 2023-09-09 19:08:28 +03:00
parent ead44d58a0
commit 717f8d35e5
1 changed files with 3 additions and 0 deletions

View File

@ -187,6 +187,9 @@ public:
/**
* Set the end point from the angle center and start.
* aAngle is:
* - clockwise in right-down coordinate system
* - counter-clockwise in right-up (libedit) coordinate system.
*/
void SetArcAngleAndEnd( const EDA_ANGLE& aAngle, bool aCheckNegativeAngle = false );