lpe-perp_bisector.h revision 6aed043805f8a2acec940f724d6b2a76a54c48cf
#ifndef INKSCAPE_LPE_PERP_BISECTOR_H
#define INKSCAPE_LPE_PERP_BISECTOR_H
/** \file
* LPE <perp_bisector> implementation, see lpe-perp_bisector.cpp.
*/
/*
* Authors:
* Maximilian Albert
* Johan Engelen
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
* Copyright (C) Maximilin 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 LPETangentToCurve
}
/* the knotholder entity functions must be declared friends */
LPEPerpBisector(const LPEPerpBisector&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif