Krita Source Code Documentation
Loading...
Searching...
No Matches
KarbonSimplifyPath.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 SPDX-FileCopyrightText: 2008 Fela Winkelmolen <fela.kde@gmail.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#ifndef KARBONSIMPLIFYPATH_H
8#define KARBONSIMPLIFYPATH_H
9
10#include <QtGlobal>
11
12class KoPathShape;
13
14void karbonSimplifyPath(KoPathShape *path, qreal error);
15
16#endif // KARBONSIMPLIFYPATH_H
void karbonSimplifyPath(KoPathShape *path, qreal error)
The position of a path point within a path shape.
Definition KoPathShape.h:63