#include <gmMesh.h>
Inheritance diagram for gmEdge:


Public Member Functions | |
overloaded for gmVertex and gmEdge | |
| gmVertex * | getVertexA () const |
| get the "from" vertex of the edge | |
| gmVertex * | getVertexB () const |
| get the "to" vertex of the edge | |
| gmEdge * | getOpposite () const |
| get the opposite for the edge | |
| gmEdge * | getNext () const |
| get the next for the edge | |
| gmEdge * | getPrevious () const |
| get the previous for the edge | |
|
|
get the next for the edge the edge that is next in the "ring" in clockwise order
Reimplemented from NhalfEdge. Reimplemented in ParticleEdge. Definition at line 88 of file gmMesh.h. References NhalfEdge::getNext(). Referenced by ModButterflySubdivision::divideEdge(), and ModButterflySubdivision::subdivide(). |
|
|
get the opposite for the edge
Reimplemented from NhalfEdge. Reimplemented in ParticleEdge. Definition at line 87 of file gmMesh.h. References NhalfEdge::getOpposite(). Referenced by ModButterflySubdivision::divideEdge(), and ModButterflySubdivision::subdivide(). |
|
|
get the previous for the edge the edge that is previous in the "ring" in clockwise order slow.. method traverses ring to get edge...
Reimplemented from NhalfEdge. Reimplemented in ParticleEdge. Definition at line 89 of file gmMesh.h. References NhalfEdge::getPrevious(). Referenced by ModButterflySubdivision::divideEdge(). |
|
|
get the "from" vertex of the edge
Reimplemented from NhalfEdge. Reimplemented in ParticleEdge. Definition at line 85 of file gmMesh.h. References NhalfEdge::getVertexA(). Referenced by ModButterflySubdivision::divideEdge(). |
|
|
get the "to" vertex of the edge
Reimplemented from NhalfEdge. Reimplemented in ParticleEdge. Definition at line 86 of file gmMesh.h. References NhalfEdge::getVertexB(). Referenced by ModButterflySubdivision::divideEdge(). |
1.3.4