|
versor
3.0
C++11 library for Geometric algebra
|
#include <vsr_graph.h>
Public Member Functions | |
| HalfEdge & | prev () |
| T & | a () |
| T & | b () |
| bool | isBorder () |
| void | set (HalfEdge &e) |
| HalfEdge & | nextNull (bool clockwise) |
| Find next null edge (assumes this edge is null) Could be on same face . More... | |
| bool | ccwFrom (HalfEdge &eb) |
| Check for shared Node with another HalfEdge. | |
| bool | cwFrom (HalfEdge &eb) |
| bool | isOpp (HalfEdge &eb) |
| Test for partnership. | |
| void | seal (HalfEdge &eb) |
| Seal together two halfedges. | |
| bool | triangle () |
| Check for simple Loop (triangle) | |
Public Attributes | |
| bool | bVisited |
| Node * | node |
| Face * | face |
| HalfEdge * | opp |
| HalfEdge * | next |
|
inline |
Find next null edge (assumes this edge is null) Could be on same face .
. .
1.8.10