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

Method getFirstHalfEdge

kernels/common/scene_subdiv_mesh.cpp:790–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788 }
789
790 unsigned int SubdivMesh::getFirstHalfEdge(unsigned int faceID)
791 {
792 if (faceID >= numFaces())
793 throw_RTCError(RTC_ERROR_INVALID_ARGUMENT, "invalid face");
794
795 return faceStartEdge[faceID];
796 }
797
798 unsigned int SubdivMesh::getFace(unsigned int edgeID)
799 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected