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

Function rtcGetGeometryFace

kernels/common/rtcore.cpp:2138–2146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2136 }
2137
2138 RTC_API unsigned int rtcGetGeometryFace(RTCGeometry hgeometry, unsigned int edgeID)
2139 {
2140 Geometry* geometry = (Geometry*) hgeometry;
2141 RTC_CATCH_BEGIN;
2142 RTC_TRACE(rtcGetGeometryFace);
2143 return geometry->getFace(edgeID);
2144 RTC_CATCH_END2(geometry);
2145 return -1;
2146 }
2147
2148 RTC_API unsigned int rtcGetGeometryNextHalfEdge(RTCGeometry hgeometry, unsigned int edgeID)
2149 {

Callers 1

extend_gridFunction · 0.85

Calls 1

getFaceMethod · 0.80

Tested by

no test coverage detected