lpe-perp_bisector.h revision f4db63be4e929f4706410914295deccaceea19cd
#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"
LPEPerpBisector(const LPEPerpBisector&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif