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

Function rtcGetGeometryOppositeHalfEdge

kernels/common/rtcore.cpp:2168–2176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2166 }
2167
2168 RTC_API unsigned int rtcGetGeometryOppositeHalfEdge(RTCGeometry hgeometry, unsigned int topologyID, unsigned int edgeID)
2169 {
2170 Geometry* geometry = (Geometry*) hgeometry;
2171 RTC_CATCH_BEGIN;
2172 RTC_TRACE(rtcGetGeometryOppositeHalfEdge);
2173 return geometry->getOppositeHalfEdge(topologyID,edgeID);
2174 RTC_CATCH_END2(geometry);
2175 return -1;
2176 }
2177
2178 RTC_API void rtcSetGeometryOccludedFunction (RTCGeometry hgeometry, RTCOccludedFunctionN occluded)
2179 {

Callers 4

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

Calls 1

getOppositeHalfEdgeMethod · 0.80

Tested by

no test coverage detected