Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ point
Method
point
src/IECoreScene/CurvesPrimitiveEvaluator.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
Imath::V3f CurvesPrimitiveEvaluator::Result::point() const
138
{
139
return primVar<V3f>( m_p, m_coefficients.data() );
140
}
141
142
Imath::V3f CurvesPrimitiveEvaluator::Result::normal() const
143
{
Callers
2
integrateCurve
Method · 0.45
buildTree
Method · 0.45
Calls
1
data
Method · 0.80
Tested by
no test coverage detected