| 101 | } |
| 102 | |
| 103 | Imath::V3f PointsPrimitiveEvaluator::Result::uTangent() const |
| 104 | { |
| 105 | throw NotImplementedException( __PRETTY_FUNCTION__ ); |
| 106 | } |
| 107 | |
| 108 | Imath::V3f PointsPrimitiveEvaluator::Result::vTangent() const |
| 109 | { |
nothing calls this directly
no test coverage detected