///////////////////////////////////////////////////////
| 78 | |
| 79 | //////////////////////////////////////////////////////////// |
| 80 | void VertexArray::append(const Vertex& vertex) |
| 81 | { |
| 82 | m_vertices.push_back(vertex); |
| 83 | } |
| 84 | |
| 85 | |
| 86 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected