Add generation of 3d data

This commit is contained in:
Michael Bradley 2023-10-08 12:21:51 -04:00
parent 424721ccfc
commit 22bc527716
14 changed files with 105 additions and 1 deletions

8
data/2d/simple.csv Normal file
View file

@ -0,0 +1,8 @@
0,-30,6,0,10
0,30,-6,0,10
200,0,0,-5,3
-200,0,0,5,2
0,300,-6,0,4
0,-300,5,0,3
-300,300,3,2,5
300,-300,-3,-3,4
1 0 -30 6 0 10
2 0 30 -6 0 10
3 200 0 0 -5 3
4 -200 0 0 5 2
5 0 300 -6 0 4
6 0 -300 5 0 3
7 -300 300 3 2 5
8 300 -300 -3 -3 4