|
Developer Documentation
|
Internal vertex type. More...
Public Member Functions | |
| Vertex (const ACG::Vec3d &_p) | |
Public Attributes | |
| ACG::Vec3d | p |
| std::vector< unsigned int > | faces |
| This vector will contain a list of all faces incident to the current vertex. | |
Internal vertex type.
Definition at line 121 of file MeshFixingT.hh.
|
inlineexplicit |
Definition at line 123 of file MeshFixingT.hh.
| std::vector<unsigned int> MeshFixing< MeshT >::Vertex::faces |
This vector will contain a list of all faces incident to the current vertex.
Definition at line 127 of file MeshFixingT.hh.
| ACG::Vec3d MeshFixing< MeshT >::Vertex::p |
Definition at line 124 of file MeshFixingT.hh.