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

Method pointAtUV

src/IECoreScene/PointsPrimitiveEvaluator.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236bool PointsPrimitiveEvaluator::pointAtUV( const Imath::V2f &uv, PrimitiveEvaluator::Result *result ) const
237{
238 throw NotImplementedException( __PRETTY_FUNCTION__ );
239}
240
241bool PointsPrimitiveEvaluator::intersectionPoint( const Imath::V3f &origin, const Imath::V3f &direction,
242 PrimitiveEvaluator::Result *result, float maxDistance ) const

Callers

nothing calls this directly

Calls 1

NotImplementedExceptionFunction · 0.85

Tested by

no test coverage detected