| 239 | } |
| 240 | |
| 241 | bool 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 | |
| 247 | int PointsPrimitiveEvaluator::intersectionPoints( const Imath::V3f &origin, const Imath::V3f &direction, |
| 248 | std::vector<PrimitiveEvaluator::ResultPtr> &results, float maxDistance ) const |
nothing calls this directly
no test coverage detected