OpenSceneGraph 3.6.5
|
A class for representing components of convex clipping volumes. More...
#include <ConvexPlanarPolygon>
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 |
osg::ConvexPlanarPolygon::ConvexPlanarPolygon | ( | ) |
|
inline |
References _vertexList.
|
inline |
References _vertexList.
|
inline |
References _vertexList.
|
inline |
References _vertexList.
|
protected |
Referenced by add(), getVertexList(), getVertexList(), and setVertexList().
![]() | Generated at Wed Jul 23 2025 00:00:00 for the OpenSceneGraph by doxygen 1.14.0. |