HalfEdge Class. This class defines what HalfEdge data. More...
#include <Vertex.h>
Public Member Functions | |
| HalfEdge ()=default | |
| Constructor Function. | |
| HalfEdge (uint32_t f, uint32_t s) | |
| Constructor Function. | |
| bool | operator== (const HalfEdge &other) const |
| Destructor Function. @attemtion Why Destructor causes bug here. | |
| bool | operator< (const HalfEdge &other) const |
| Less Operation. | |