update Readme and example

This commit is contained in:
2026-02-25 16:56:08 -05:00
parent 26e78e1363
commit ca083dd384
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ uv run ibspline.py <num_points> <degree> OR <filename>
For example, to create a new B-Spline curve with 5 control points and degree 3, run:
```bash
uv run ibspline.py 5
uv run ibspline.py 5 3
```
To load control points from a file named `control_points.txt`, run:

BIN
lab2/example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB