summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/livarot/Path.h')
-rw-r--r--src/livarot/Path.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/livarot/Path.h b/src/livarot/Path.h
index 9ba365f6e..a7c3dec72 100644
--- a/src/livarot/Path.h
+++ b/src/livarot/Path.h
@@ -180,10 +180,11 @@ public:
void LoadPath(Geom::Path const &path, Geom::Matrix const &tr, bool doTransformation, bool append = false);
void LoadPathVector(Geom::PathVector const &pv, Geom::Matrix const &tr, bool doTransformation);
void LoadPathVector(Geom::PathVector const &pv);
- void* MakeArtBPath();
-
- void Transform(const NR::Matrix &trans);
-
+ void* MakeArtBPath();
+ Geom::PathVector* MakePathVector();
+
+ void Transform(const NR::Matrix &trans);
+
// decompose le chemin en ses sous-chemin
// killNoSurf=true -> oublie les chemins de surface nulle
Path** SubPaths(int &outNb,bool killNoSurf);