]> git.mxchange.org Git - simgear.git/blob - simgear/canvas/ShivaVG/src/shGeometry.h
Update for OpenSceneGraph 3.3.2 API changes.
[simgear.git] / simgear / canvas / ShivaVG / src / shGeometry.h
1 /*
2  * Copyright (c) 2007 Ivan Leben
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  * 
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  * 
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library in the file COPYING;
16  * if not, write to the Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
18  *
19  */
20
21 #ifndef __SH_GEOMETRY_H
22
23 #include "shDefs.h"
24 #include "shContext.h"
25 #include "shVectors.h"
26 #include "shPath.h"
27
28 void shFlattenPath(SHPath *p, SHint surfaceSpace);
29 void shStrokePath(VGContext* c, SHPath *p);
30 void shTransformVertices(SHMatrix3x3 *m, SHPath *p);
31 void shFindBoundbox(SHPath *p);
32
33 #endif /* __SH_GEOMETRY_H */