OSG
3.4.0
|
#include <ConvexPlanarPolygon.h>
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.
Definition at line 24 of file ConvexPlanarPolygon.h.
typedef std::vector<osg::Vec3> osg::ConvexPlanarPolygon::VertexList |
Definition at line 31 of file ConvexPlanarPolygon.h.
osg::ConvexPlanarPolygon::ConvexPlanarPolygon | ( | ) |
Definition at line 33 of file ConvexPlanarPolygon.h.
|
inline |
Definition at line 37 of file ConvexPlanarPolygon.h.
|
inline |
Definition at line 39 of file ConvexPlanarPolygon.h.
|
inline |
Definition at line 35 of file ConvexPlanarPolygon.h.
|
protected |
Definition at line 43 of file ConvexPlanarPolygon.h.