Document SetArcAngleAndEnd angle winding.

This commit is contained in:
Alex Shvartzkop
2023-09-09 20:28:57 +03:00
parent ead44d58a0
commit 717f8d35e5
+3
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 );