Fix typo in subdivision docs

This commit is contained in:
Girish Ramesh 2024-06-06 10:44:38 +01:00 committed by GitHub
parent 7d0ab5530f
commit bed92f7c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ way when only that point is moved:
| :width: 80% | :width: 80% | | :width: 80% | :width: 80% |
| :target: images/basis_bspline.jpg | :target: images/basis_bezier.jpg | | :target: images/basis_bspline.jpg | :target: images/basis_bezier.jpg |
| | | | | |
| Bicubic B-Spline basis function | Bicubic Bezier basis funciton | | Bicubic B-Spline basis function | Bicubic Bezier basis function |
+--------------------------------------+--------------------------------------+ +--------------------------------------+--------------------------------------+
It is these basis functions that often give rise to the names of the different patches. It is these basis functions that often give rise to the names of the different patches.