|
MeshKit
1.0
|

Public Member Functions | |
| FlipEdge () | |
| FlipEdge (Vertex *v1, Vertex *v2) | |
| ~FlipEdge () | |
| bool | isValid () const |
| bool | isSharp (double creseAngle) const |
| bool | isConcave () const |
Public Attributes | |
| Face * | faces [2] |
| Vertex * | opposite_nodes [2] |
Private Member Functions | |
| void | process (Vertex *v1, Vertex *v2) |
Definition at line 63 of file SwapTriEdge.hpp.
| FlipEdge | ( | ) | [inline] |
Definition at line 65 of file SwapTriEdge.hpp.
Definition at line 68 of file SwapTriEdge.hpp.
| ~FlipEdge | ( | ) | [inline] |
Definition at line 72 of file SwapTriEdge.hpp.
| bool isConcave | ( | ) | const |
| bool isSharp | ( | double | creseAngle | ) | const |
| bool isValid | ( | ) | const [inline] |
Definition at line 75 of file SwapTriEdge.hpp.
Definition at line 84 of file SwapTriEdge.hpp.
| Vertex* opposite_nodes[2] |
Definition at line 85 of file SwapTriEdge.hpp.