Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
Imath::V3f CurvesPrimitiveEvaluator::Result::vTangent() const
158
{
159
return primVar<V3f>( m_p, m_derivativeCoefficients.data() );
160
}
161
162
unsigned CurvesPrimitiveEvaluator::Result::curveIndex() const
163
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.80
Tested by
no test coverage detected