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

Function initNegativeEdgeVertex

kernels/subdiv/gregory_patch.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 __forceinline Vertex initNegativeEdgeVertex(const CatmullClarkPatch& irreg_patch, const size_t index, const Vertex& p_vtx) {
96 return madd(1.0f/3.0f,irreg_patch.ring[index].getSecondLimitTangent(),p_vtx);
97 }
98
99 __forceinline Vertex initPositiveEdgeVertex2(const CatmullClarkPatch& irreg_patch, const size_t index, const Vertex& p_vtx)
100 {

Callers 2

initFunction · 0.85
init_crackfixFunction · 0.85

Calls 1

maddFunction · 0.50

Tested by

no test coverage detected