diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-14 15:01:19 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-14 15:01:19 +0000 |
| commit | 4289e1281e707090b4195dcb879cf1532d9ef03a (patch) | |
| tree | 6128d36f89e544e0670a6197f91715dd99e92391 /src/2geom/pathvector.h | |
| parent | fixed another typo (diff) | |
| download | inkscape-4289e1281e707090b4195dcb879cf1532d9ef03a.tar.gz inkscape-4289e1281e707090b4195dcb879cf1532d9ef03a.zip | |
update 2geom
(bzr r5931)
Diffstat (limited to 'src/2geom/pathvector.h')
| -rw-r--r-- | src/2geom/pathvector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/2geom/pathvector.h b/src/2geom/pathvector.h index 97a0d19f1..a9f4d88ed 100644 --- a/src/2geom/pathvector.h +++ b/src/2geom/pathvector.h @@ -46,6 +46,8 @@ PathVector operator* (PathVector const & path_in, Matrix const &m); PathVector reverse_paths_and_order (PathVector const & path_in); +Rect bounds_fast( PathVector const & pv ); +Rect bounds_exact( PathVector const & pv ); } #endif // SEEN_GEOM_PATHVECTOR_H |
