first commit of lab2

This commit is contained in:
2026-02-24 22:26:45 -05:00
parent 914b8073ee
commit 8f2bb921aa
6 changed files with 827 additions and 0 deletions

12
lab2/input.txt Normal file
View File

@@ -0,0 +1,12 @@
BSPLINE
# Sample file containing Bspline control points
# {dimension} {number of points} {degree}
2 7 2
1 2 3 4 5 6 7 8
0.15 0.2
0.20 0.2
0.30 0.8
0.34 0.6
0.42 0.7
0.63 0.5
0.7 0.3