Browse Source

Document SetArcAngleAndEnd angle winding.

newinvert
Alex Shvartzkop 2 years ago
parent
commit
717f8d35e5
  1. 3
      include/eda_shape.h

3
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 );

Loading…
Cancel
Save