Refactored geom functions into PathGeomOp.

This commit is contained in:
Markus Lampert
2018-06-27 21:37:09 -07:00
parent 34aaeff312
commit 4a8653b1c6
7 changed files with 686 additions and 603 deletions

View File

@@ -28,6 +28,7 @@ from PathTests.TestPathLog import TestPathLog
from PathTests.TestPathCore import TestPathCore
#from PathTests.TestPathPost import PathPostTestCases
from PathTests.TestPathGeom import TestPathGeom
from PathTests.TestPathGeomOp import TestPathGeomOp
from PathTests.TestPathUtil import TestPathUtil
from PathTests.TestPathDepthParams import depthTestCases
from PathTests.TestPathDressupHoldingTags import TestHoldingTags