7 for (
int i = 0; i < 3; i++)
11 this->viterator = this->
Vertices.begin();
13 for (
int i = 0; i < 3; i++)
17 this->niterator = this->
Normals.begin();
29 this->viterator = this->
Vertices.begin();
30 this->niterator = this->
Normals.begin();
36 this->viterator = this->
Vertices.begin();
38 this->niterator = this->
Normals.begin();
44 this->viterator = this->
Vertices.begin();
46 this->niterator = this->
Normals.begin();
56 this->viterator = this->
Vertices.begin();
58 this->niterator = this->
Normals.begin();
94 return *(this->viterator);
100 if (this->viterator == this->
Vertices.end())
102 this->viterator = this->
Vertices.begin();
104 return *(this->viterator);
109 return *(this->niterator);
115 if (this->niterator == this->
Normals.end())
117 this->niterator = this->
Normals.begin();
119 return *(this->niterator);
Face & operator=(const Face &face)
Define face consisting 3 links to vetices.
Define face consisting 3 links to vetices.