! returns the start half edge for topology t and face f */
| 228 | |
| 229 | /*! returns the start half edge for topology t and face f */ |
| 230 | __forceinline const HalfEdge* getHalfEdge ( const size_t t , const size_t f ) const { |
| 231 | return topology[t].getHalfEdge(f); |
| 232 | } |
| 233 | |
| 234 | /*! buffer containing the number of vertices for each face */ |
| 235 | BufferView<unsigned int> faceVertices; |
no outgoing calls
no test coverage detected