MCPcopy 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
199unsigned int MeshPrimitiveEvaluator::Result::triangleIndex() const
200{
201 return m_triangleIdx;
202}
203
204const V3f &MeshPrimitiveEvaluator::Result::barycentricCoordinates() const
205{

Callers 3

pointTestMethod · 0.80
testSphereMeshMethod · 0.80
testRandomTrianglesMethod · 0.80

Calls

no outgoing calls

Tested by 1

pointTestMethod · 0.64