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

Method intersectionPoint

src/IECoreScene/PointsPrimitiveEvaluator.cpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool PointsPrimitiveEvaluator::intersectionPoint( const Imath::V3f &origin, const Imath::V3f &direction,
242 PrimitiveEvaluator::Result *result, float maxDistance ) const
243{
244 throw NotImplementedException( __PRETTY_FUNCTION__ );
245}
246
247int PointsPrimitiveEvaluator::intersectionPoints( const Imath::V3f &origin, const Imath::V3f &direction,
248 std::vector<PrimitiveEvaluator::ResultPtr> &results, float maxDistance ) const

Callers

nothing calls this directly

Calls 1

NotImplementedExceptionFunction · 0.85

Tested by

no test coverage detected