Test QuatfVectorData by value return type
(self)
| 1007 | pass |
| 1008 | |
| 1009 | def testByValueItem(self): |
| 1010 | """Test QuatfVectorData by value return type""" |
| 1011 | BaseVectorDataTest.testByValueItem(self) |
| 1012 | |
| 1013 | def createQuatd(value): |
| 1014 | return imath.Quatd(value, 0, 0, 0) |
nothing calls this directly
no test coverage detected