MCPcopy 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
137Imath::V3f CurvesPrimitiveEvaluator::Result::point() const
138{
139 return primVar<V3f>( m_p, m_coefficients.data() );
140}
141
142Imath::V3f CurvesPrimitiveEvaluator::Result::normal() const
143{

Callers 2

integrateCurveMethod · 0.45
buildTreeMethod · 0.45

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected