Comments.
This commit is contained in:
parent
7efd414519
commit
2b28580f0c
|
@ -382,7 +382,7 @@ public:
|
|||
/**
|
||||
* Move a point to a specific location.
|
||||
*
|
||||
* @param aIndex is the index of the point to move.
|
||||
* @param aIndex is the index of the point to move. Negative indexes are from the back.
|
||||
* @param aPos is the new absolute location of the point.
|
||||
*/
|
||||
void SetPoint( int aIndex, const VECTOR2I& aPos );
|
||||
|
@ -390,7 +390,7 @@ public:
|
|||
/**
|
||||
* Return a reference to a given point in the line chain.
|
||||
*
|
||||
* @param aIndex is the index of the point.
|
||||
* @param aIndex is the index of the point. Negative indexes are from the back.
|
||||
* @return a const reference to the point.
|
||||
*/
|
||||
const VECTOR2I& CPoint( int aIndex ) const
|
||||
|
|
|
@ -32,12 +32,10 @@
|
|||
#include <convert_basic_shapes_to_polygon.h>
|
||||
#include <pcb_track.h>
|
||||
#include <base_units.h>
|
||||
//#include <bitmaps.h>
|
||||
#include <string_utils.h>
|
||||
#include <view/view.h>
|
||||
#include <settings/color_settings.h>
|
||||
#include <settings/settings_manager.h>
|
||||
//#include <i18n_utility.h>
|
||||
#include <geometry/seg.h>
|
||||
#include <geometry/shape_segment.h>
|
||||
#include <geometry/shape_circle.h>
|
||||
|
|
Loading…
Reference in New Issue