30 Face(vector<Vector3D>
const& vert,
size_t neighbor1,
size_t neighbor2);
std::pair< size_t, size_t > neighbors
Neighboring cells.
3D Geometrical calculations
std::vector< Vector3D > vertices
Points at the ends of the edge.
Vector3D calc_centroid(const Face &face)
Calculates the centroid of aa face.
double GetArea(void) const
Returns the area of the face.
Face & operator=(const Face &other)
Copy operator.
Interface between two cells.