#include <ParticleEdge.h>
Inheritance diagram for ParticleEdge:


Definition at line 17 of file ParticleEdge.h.
Public Member Functions | |
overloaded for ParticleVertex and ParticleEdge | |
| ParticleVertex * | getVertexA () const |
| get the "from" vertex of the edge | |
| ParticleVertex * | getVertexB () const |
| get the "to" vertex of the edge | |
| ParticleEdge * | getOpposite () const |
| get the opposite for the edge | |
| ParticleEdge * | getNext () const |
| get the next for the edge | |
| ParticleEdge * | 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 gmEdge. Definition at line 35 of file ParticleEdge.h. References NhalfEdge::getNext(). |
|
|
get the opposite for the edge
Reimplemented from gmEdge. Definition at line 31 of file ParticleEdge.h. References NhalfEdge::getOpposite(). |
|
|
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 gmEdge. Definition at line 39 of file ParticleEdge.h. References NhalfEdge::getPrevious(). |
|
|
get the "from" vertex of the edge
Reimplemented from gmEdge. Definition at line 23 of file ParticleEdge.h. References NhalfEdge::getVertexA(). |
|
|
get the "to" vertex of the edge
Reimplemented from gmEdge. Definition at line 27 of file ParticleEdge.h. References NhalfEdge::getVertexB(). |
1.3.4