$darkmode
Auxiliary data structure for computing face face adjacency information. More...
#include <topology.h>
Public Member Functions | |
PEdge (FacePointer pf, const int nz) | |
void | Set (FacePointer pf, const int nz) |
bool | operator< (const PEdge &pe) const |
bool | operator== (const PEdge &pe) const |
Point3< ScalarType > | EdgeBarycentricToFaceBarycentric (ScalarType u) const |
Public Attributes | |
VertexPointer | v [2] |
FacePointer | f |
int | z |
bool | isBorder |
Auxiliary data structure for computing face face adjacency information.
It identifies and edge storing two vertex pointer and a face pointer where it belong.
|
inline |
Convert from edge barycentric coord to the face barycentric coord a point on the current edge. Face barycentric coordinates are relative to the edge face.