14#ifndef OSG_CONVEXPLANARPOLYGON
15#define OSG_CONVEXPLANARPOLYGON 1
33 void add(
const Vec3& v) { _vertexList.push_back(v); }
Definition ConvexPlanarPolygon:25
void setVertexList(const VertexList &vertexList)
Definition ConvexPlanarPolygon:35
const VertexList & getVertexList() const
Definition ConvexPlanarPolygon:39
VertexList _vertexList
Definition ConvexPlanarPolygon:43
void add(const Vec3 &v)
Definition ConvexPlanarPolygon:33
VertexList & getVertexList()
Definition ConvexPlanarPolygon:37
std::vector< osg::Vec3 > VertexList
Definition ConvexPlanarPolygon:31
author: Julien Valentin 2017 (mp3butcher@hotmail.com)
Definition AlphaFunc:19
#define OSG_EXPORT
Definition osg/Export:39