Representing curves and surfaces with Non-Uniform Rational B-Spline (NURBS) model. This project was made during an interpolation course, followed at ENSEEIHT, a french engineer school.
All scripts are written in Matlab and comments are in french.
- Splines uniformes en produit tensoriel
- NURBS
The source code of this part is located in the Splines
folder. Basically, It creates tensor-product surfaces. We used the subdivision algorithm on closed B-Spline curves. Tensor-product surfaces has the torus topology, which is presented in the following example.
The source code of this part is located in the Nurbs curves
folder which allows to draw curves. The Nurbs surfaces
folder can generate the following 3D results.