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

Function rtcGetGeometryPreviousHalfEdge

kernels/common/rtcore.cpp:2158–2166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2156 }
2157
2158 RTC_API unsigned int rtcGetGeometryPreviousHalfEdge(RTCGeometry hgeometry, unsigned int edgeID)
2159 {
2160 Geometry* geometry = (Geometry*) hgeometry;
2161 RTC_CATCH_BEGIN;
2162 RTC_TRACE(rtcGetGeometryPreviousHalfEdge);
2163 return geometry->getPreviousHalfEdge(edgeID);
2164 RTC_CATCH_END2(geometry);
2165 return -1;
2166 }
2167
2168 RTC_API unsigned int rtcGetGeometryOppositeHalfEdge(RTCGeometry hgeometry, unsigned int topologyID, unsigned int edgeID)
2169 {

Callers 4

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

Calls 1

getPreviousHalfEdgeMethod · 0.80

Tested by

no test coverage detected