|
OOFEM 3.0
|
#include <CSG.h>
Public Member Functions | |
| Polygon () | |
| Polygon (const std::vector< Vertex > &list) | |
| void | flip () |
Public Attributes | |
| std::vector< Vertex > | vertices |
| Plane | plane |
| Polygon::Polygon | ( | const std::vector< Vertex > & | list | ) |
|
inline |
| Plane Polygon::plane |
Definition at line 188 of file CSG.h.
Referenced by csgfixtjunc(), flip(), Polygon(), and Plane::splitpolygon().
| std::vector<Vertex> Polygon::vertices |
Definition at line 187 of file CSG.h.
Referenced by csgfixtjunc(), flip(), modelfrompolygons(), Polygon(), and Plane::splitpolygon().