Test Color3fVectorData subtraction operations
(self)
| 1130 | BaseVectorDataTest.testSumOperations(self) |
| 1131 | |
| 1132 | def testSubOperations(self): |
| 1133 | """Test Color3fVectorData subtraction operations""" |
| 1134 | BaseVectorDataTest.testSubOperations(self) |
| 1135 | |
| 1136 | def testMultOperations(self): |
| 1137 | """Test Color3fVectorData multiplication operations""" |
nothing calls this directly
no test coverage detected