diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-23 21:41:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-23 21:41:10 +0000 |
commit | f380b20ddf1ead6447a6ee6e137a14c4aa226c12 (patch) | |
tree | a654a3a219811df7d645683f6fac5697ffd1c776 /test/fixtures/geoData | |
parent | Create extents purely from corner arcs (diff) | |
download | ilt-f380b20ddf1ead6447a6ee6e137a14c4aa226c12.tar.bz2 ilt-f380b20ddf1ead6447a6ee6e137a14c4aa226c12.tar.xz ilt-f380b20ddf1ead6447a6ee6e137a14c4aa226c12.zip |
Handle and test concave surface boundaries
Diffstat (limited to 'test/fixtures/geoData')
-rw-r--r-- | test/fixtures/geoData/deform/1.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/test/fixtures/geoData/deform/1.json b/test/fixtures/geoData/deform/1.json index fb45ce4..6930238 100644 --- a/test/fixtures/geoData/deform/1.json +++ b/test/fixtures/geoData/deform/1.json @@ -156,5 +156,46 @@ "/tmp/geoData5.tga" ] ] + ], + [ + [ + [ + 1500, + 2000, + 800 + ], + [ + 3000, + 2000, + 800 + ], + [ + 5000, + 4000, + 800 + ], + [ + 3500, + 700, + 800 + ] + ], + [ + [ + [ + [ + -1000, + -3000, + 7000 + ], + [ + 1, + 1, + -1.5 + ] + ], + "/tmp/geoData6.tga" + ] + ] ] ] |