Definition in file Face.h.
#include <iostream>
#include "Edge.h"
#include "Vertex.h"
#include "Vector3.h"
Go to the source code of this file.
Classes | |
class | Face |
Face for the mesh datastructure. More... | |
class | Face::EdgeAroundIterator |
The iterator that visits edges, vertices, or faces around the current face in order. More... |