|
OpenSceneGraph
3.0.1
|
A class for representing components of convex clipping volumes. More...
Public Types | |
| typedef std::vector< osg::Vec3 > | VertexList |
Public Member Functions | |
| ConvexPlanarPolygon () | |
| void | add (const Vec3 &v) |
| void | setVertexList (const VertexList &vertexList) |
| VertexList & | getVertexList () |
| const VertexList & | getVertexList () const |
Protected Attributes | |
| VertexList | _vertexList |
A class for representing components of convex clipping volumes.
| typedef std::vector<osg::Vec3> osg::ConvexPlanarPolygon::VertexList |
| void osg::ConvexPlanarPolygon::add | ( | const Vec3 & | v | ) | [inline] |
| VertexList& osg::ConvexPlanarPolygon::getVertexList | ( | ) | [inline] |
| const VertexList& osg::ConvexPlanarPolygon::getVertexList | ( | ) | const [inline] |
| void osg::ConvexPlanarPolygon::setVertexList | ( | const VertexList & | vertexList | ) | [inline] |
VertexList osg::ConvexPlanarPolygon::_vertexList [protected] |
| Generated at Thu Sep 27 2012 17:02:50 for the OpenSceneGraph by doxygen 1.7.6.1. |