| 96 | } |
| 97 | |
| 98 | Imath::V2f PointsPrimitiveEvaluator::Result::uv() const |
| 99 | { |
| 100 | throw NotImplementedException( __PRETTY_FUNCTION__ ); |
| 101 | } |
| 102 | |
| 103 | Imath::V3f PointsPrimitiveEvaluator::Result::uTangent() const |
| 104 | { |
nothing calls this directly
no test coverage detected