![]() |
VCG Library
|
The references to the two vertexes of a edge. More...
#include <component.h>
Inherits T.
Inherited by vcg::edge::EVAdj< T >.
Public Member Functions | |
T::VertexType *& | V0 (const int j) |
CoordType & | P0 (const int j) |
Shortcut per accedere ai punti delle facce. | |
The references to the two vertexes of a edge.
Stored as pointers to the VertexType
Definition at line 111 of file edge/component.h.
|
inline |
Shortcut per accedere ai punti delle facce.
Definition at line 140 of file edge/component.h.
|
inline |
Return the pointer to the ((j+1)%3)-th vertex of the face.
j | Index of the face vertex. |
Definition at line 132 of file edge/component.h.