Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ triangleIndex
Method
triangleIndex
src/IECoreScene/MeshPrimitiveEvaluator.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
unsigned int MeshPrimitiveEvaluator::Result::triangleIndex() const
200
{
201
return m_triangleIdx;
202
}
203
204
const V3f &MeshPrimitiveEvaluator::Result::barycentricCoordinates() const
205
{
Callers
3
pointTest
Method · 0.80
testSphereMesh
Method · 0.80
testRandomTriangles
Method · 0.80
Calls
no outgoing calls
Tested by
1
pointTest
Method · 0.64