From 717f8d35e5ffe3345ba106c6bb7f5c192274abec Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sat, 9 Sep 2023 19:08:28 +0300 Subject: [PATCH] Document SetArcAngleAndEnd angle winding. --- include/eda_shape.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/eda_shape.h b/include/eda_shape.h index 5a13f6a0e6..31038d75f0 100644 --- a/include/eda_shape.h +++ b/include/eda_shape.h @@ -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 );