Test V3fVectorData subtraction operations
(self)
| 301 | BaseVectorDataTest.testSumOperations(self) |
| 302 | |
| 303 | def testSubOperations(self): |
| 304 | """Test V3fVectorData subtraction operations""" |
| 305 | BaseVectorDataTest.testSubOperations(self) |
| 306 | |
| 307 | def testMultOperations(self): |
| 308 | """Test V3fVectorData multiplication operations""" |
nothing calls this directly
no test coverage detected