Géométrie numérique GINF42C6
Description
This page is dedicated to the practical part of the Géométrie Numérique course, with lectures given by Georges-Pierre Bonneau. Assignements (and some theory) will be published here.
Assignements
You can either work alone or in pairs. A c++ codebase is provided, but not obligatory – use your favourite language in case you're not a fan of c++ . For linear algebra (vectors, matrices), we'll be using the Eigen library; take a look at its docs. Here's also a very useful quick reference for Eigen.
Syllabus
- Feb 05 TP1 : Bézier curves
- Feb 12 TP2 : Bézier splines
- Feb 19 TP3 : B-splines
- Feb 26 winter break
- Mar 04 TP4 : Subdivision curves
- Mar 11 TP5 : Uniform B-spline Curves
- Mar 18 TP6 : Bézier Surfaces
- Mar 25 TP7 : B-spline Surfaces
- Apr 01 TP8 : Uniform B-spline Surfaces
- Apr 08 TP9 : Subdivision on Meshes
- Apr 15 revisions
Submissions
After each TP, you are required to submit your work, namely:- your code, just the files you've modified, no need to include everything ;
- a pdf report with pictures and additional comments if needed (in English or French).
- Don't submit partial work; send only one mail (when you're sure you won't be adding anything else).
- Zip everything as
LastName.zip
orLastName1_LastName2.zip
. - Use
[GeoNum2016] TPxx
as the subject. - Send your mail to tibor.stanko@gmail.com .
Past years
- 2015 Ulysse Vimont
- 2014 Pierre-Luc Manteaux