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