#include <adjacentedges.h>
Public Member Functions | |
| Edge () | |
| Default constructor. | |
| void | SetVerts (int v1, int v2) |
| Sets the verts that conforms this edge. | |
| void | SetFaces (int f1, int f2) |
| Sets the faces that share this edge. | |
| void | SetEdgeIndex (int e1, int e2) |
| Sets the indexes for this edge in the faces that shared it. | |
| Edge & | operator= (const Edge &other_edge) |
| Assignment operator. | |
Public Attributes | |
| int | v [2] |
| The verts that conforms this edge. | |
| int | f [2] |
| The faces that share this edge. | |
| int | e [2] |
| The indexes for this edge in the faces that shared it. | |
1.5.1-p1