MCPcopy Create free account
hub / github.com/ImageEngine/cortex / vTangent

Method vTangent

src/IECoreScene/CurvesPrimitiveEvaluator.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157Imath::V3f CurvesPrimitiveEvaluator::Result::vTangent() const
158{
159 return primVar<V3f>( m_p, m_derivativeCoefficients.data() );
160}
161
162unsigned CurvesPrimitiveEvaluator::Result::curveIndex() const
163{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected