| 91 | } |
| 92 | |
| 93 | Imath::V3f PointsPrimitiveEvaluator::Result::normal() const |
| 94 | { |
| 95 | throw NotImplementedException( __PRETTY_FUNCTION__ ); |
| 96 | } |
| 97 | |
| 98 | Imath::V2f PointsPrimitiveEvaluator::Result::uv() const |
| 99 | { |
nothing calls this directly
no test coverage detected