#ifndef INKSCAPE_LPE_TANGENT_TO_CURVE_H
#define INKSCAPE_LPE_TANGENT_TO_CURVE_H
/** \file
* LPE <tangent_to_curve> implementation, see lpe-tangent_to_curve.cpp.
*/
/*
* Authors:
* Johan Engelen
* Maximilian Albert
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
* Copyright (C) Maximilian Albert 2008 <maximilian.albert@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/effect.h"
#include "live_effects/parameter/parameter.h"
#include "live_effects/parameter/point.h"
// we need a separate namespace to avoid clashes with LPEPerpBisector
}
/* the knotholder entity classes must be declared friends */
LPETangentToCurve(const LPETangentToCurve&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif