Test V3iVectorData by value return type
(self)
| 484 | BaseVectorDataTest.testDivOperations(self) |
| 485 | |
| 486 | def testByValueItem(self): |
| 487 | """Test V3iVectorData by value return type""" |
| 488 | BaseVectorDataTest.testByValueItem(self) |
| 489 | |
| 490 | def createBox3f(value): |
| 491 | return imath.Box3f(imath.V3f(value)) |
nothing calls this directly
no test coverage detected