MCPcopy Create free account
hub / github.com/RenderKit/embree / getHalfEdge

Method getHalfEdge

kernels/common/scene_subdiv_mesh.h:230–232  ·  view source on GitHub ↗

! returns the start half edge for topology t and face f */

Source from the content-addressed store, hash-verified

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;

Callers 7

buildMethod · 0.45
countSubPatchesMethod · 0.45
rebuildMethod · 0.45
SubdivPatch1BaseMethod · 0.45
interpolateMethod · 0.45
interpolateNMethod · 0.45
boundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected