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

Method vectorPrimVar

src/IECoreScene/CurvesPrimitiveEvaluator.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192Imath::V3f CurvesPrimitiveEvaluator::Result::vectorPrimVar( const PrimitiveVariable &pv ) const
193{
194 return primVar<V3f>( pv, m_coefficients.data() );
195}
196
197V2f CurvesPrimitiveEvaluator::Result::vec2PrimVar( const PrimitiveVariable &pv ) const
198{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected