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

Method getFace

kernels/common/scene_subdiv_mesh.cpp:798–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796 }
797
798 unsigned int SubdivMesh::getFace(unsigned int edgeID)
799 {
800 if (edgeID >= numHalfEdges)
801 throw_RTCError(RTC_ERROR_INVALID_ARGUMENT, "invalid edge");
802
803 return halfEdgeFace[edgeID];
804 }
805
806 unsigned int SubdivMesh::getNextHalfEdge(unsigned int edgeID)
807 {

Callers 1

rtcGetGeometryFaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected