14 #ifndef OSG_CONVEXPLANARPOLYGON
15 #define OSG_CONVEXPLANARPOLYGON 1
33 void add(
const Vec3& v) { _vertexList.push_back(v); }
35 void setVertexList(
const VertexList& vertexList) { _vertexList=vertexList; }
void setVertexList(const VertexList &vertexList)
std::vector< osg::Vec3 > VertexList
VertexList & getVertexList()
const VertexList & getVertexList() const