Google

class SG_EXPORT osg::ConvexPlanarPolygon

A class for representing convex clipping volumes made up.

Public Methods

[more] ConvexPlanarPolygon()
[more]void add(const Vec3& v)
[more]VertexList& getVertexList()
[more]const VertexList& getVertexList() const

Public Members

[more]typedef std::vector<osg::Vec3> VertexList

Protected Fields

[more]VertexList _vertexList


Documentation

A class for representing convex clipping volumes made up. When adding planes, their normals should point inwards (into the volume)
o ConvexPlanarPolygon()

otypedef std::vector<osg::Vec3> VertexList

ovoid add(const Vec3& v)

oVertexList& getVertexList()

oconst VertexList& getVertexList() const

oVertexList _vertexList


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.