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

Function rtcGetGeometryNextHalfEdge

kernels/common/rtcore.cpp:2148–2156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146 }
2147
2148 RTC_API unsigned int rtcGetGeometryNextHalfEdge(RTCGeometry hgeometry, unsigned int edgeID)
2149 {
2150 Geometry* geometry = (Geometry*) hgeometry;
2151 RTC_CATCH_BEGIN;
2152 RTC_TRACE(rtcGetGeometryNextHalfEdge);
2153 return geometry->getNextHalfEdge(edgeID);
2154 RTC_CATCH_END2(geometry);
2155 return -1;
2156 }
2157
2158 RTC_API unsigned int rtcGetGeometryPreviousHalfEdge(RTCGeometry hgeometry, unsigned int edgeID)
2159 {

Callers 5

getVertexFunction · 0.85
createGridGeometryFunction · 0.85
extend_gridFunction · 0.85
gather_gridFunction · 0.85

Calls 1

getNextHalfEdgeMethod · 0.80

Tested by

no test coverage detected