2 * Copyright 2006-2007, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef NUDGE_POINTS_ACTION_H
9 #define NUDGE_POINTS_ACTION_H
12 #include "IconBuild.h"
13 #include "TransformCommand.h"
26 class NudgePointsCommand
: public TransformCommand
{
28 NudgePointsCommand(VectorPath
* path
,
31 const control_point
* points
,
34 virtual ~NudgePointsCommand();
36 virtual status_t
InitCheck();
39 virtual status_t
_SetTransformation(BPoint pivot
,
48 control_point
* fPoints
;
52 #endif // NUDGE_POINTS_ACTION_H