|
OOFEM 3.0
|
#include <CSG.h>
Public Types | |
| using | Index = int |
Public Member Functions | |
| Index | AddVertex (const Vertex &newv) |
| double | volume () const |
Public Attributes | |
| std::vector< Vertex > | vertices |
| std::vector< Index > | indices |
| using Model::Index = int |
|
inline |
Definition at line 223 of file CSG.h.
References cross(), dot(), indices, Vertex::pos, vertices, and volume().
Referenced by Printer::handleG1Command(), and volume().
| std::vector<Index> Model::indices |
Definition at line 207 of file CSG.h.
Referenced by addMissingVertices(), modelfrompolygons(), modeltopolygons(), volume(), and writeSTL().
| std::vector<Vertex> Model::vertices |
Definition at line 206 of file CSG.h.
Referenced by addMissingVertices(), AddVertex(), modeltopolygons(), volume(), and writeSTL().